HDOJ_2010_大二写_水仙花数
生活随笔
收集整理的這篇文章主要介紹了
HDOJ_2010_大二写_水仙花数
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
AC代碼:
#include <iostream> #include <cstdio> int main(void) {freopen("in.txt","r",stdin);int n,m;while(scanf("%d%d",&m,&n)!=EOF){int a,b,c,count=0;for(int i=m;i<=n;i++){a=i/100;b=(i%100)/10;c=i%10;if((a*a*a+b*b*b+c*c*c)==i){count++;if(count==1)printf("%d",i);elseprintf(" %d",i);}}if(count==0)printf("no\n");elseprintf("\n");} fclose(stdin);return 0; }?
轉載于:https://www.cnblogs.com/phaLQ/p/9941317.html
總結
以上是生活随笔為你收集整理的HDOJ_2010_大二写_水仙花数的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 表单验证AngularJs
- 下一篇: The 2018 ACM-ICPC As