博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
实验三(18网三43号)
阅读量:5735 次
发布时间:2019-06-18

本文共 805 字,大约阅读时间需要 2 分钟。

#include
int main(){int a;long s;a=22;s=0;while(a<1003){s=s+a;a=a+20;}printf("%ld",s);return 0;}

#include
int main(){int a=22;long s=0;for(a=22;a<1003;a=a+20){s=s+a;}printf("%d",s);return 0;}

#include
int main(){int a=22;long s=0;do{s=s+a;a=a+20;}while(a<1003);printf("%d",s);return 0;}

#include
int main(){int a,b,c,d,i;d=100;i=0;while(d<999){d=d+1;c=d/100;b=(d-100*c)/10;a=(d-100*c-10*b);if(d==a*a*a+b*b*b+c*c*c){printf("%d\n",d);i=i+1;}}printf("水仙花数一共有%d个\n",i);return 0;}

#include
int main(){int a,b,c,s,i;s=0;i=0;for(a=1;a<=5;a++)for(b=1;b<=5;b++)for(c=1;c<=5;c++){if(a!=b&&b!=c&&a!=c){s=a+b*10+c*100;i=i+1;printf("%d;",s);}}printf("一共有%d个符合要求的三位数",i);return 0;}

 

转载于:https://www.cnblogs.com/P201821430043/p/10838680.html

你可能感兴趣的文章
大快网站:如何选择正确的hadoop版本
查看>>
经过这5大阶段,你离Java程序员就不远了!
查看>>
Nginx配置文件相关操作
查看>>
IntelliJ IDEA 连接数据库详细过程
查看>>
thymeleaf 学习笔记-基础篇
查看>>
分享话题列表
查看>>
PHP-X开发扩展
查看>>
android学习笔记——onSaveInstanceState的使用
查看>>
Windows Server 2003下cwRsyncServer服务端与cwRsync客户端数据
查看>>
iOS 打包上传没有用到日历,但是提示需要在info.plist文件中加入NSCalendarsUsageDescription...
查看>>
工作中如何做好技术积累
查看>>
怎么用sysLinux做U盘双PE+DOS??
查看>>
Spring Transactional
查看>>
shell脚本实例
查看>>
我的友情链接
查看>>
Windows Phone 7 隔离存储空间资源管理器
查看>>
Oracle树形结构的sql语句
查看>>
Microsoft Excel 2000/2003修复工具
查看>>
apache安装报错undefined reference ssl
查看>>
关于爱情只有一句忠告
查看>>