#include <iostream>
using namespace std;
int main()
{
int i = 100;
int count = 0;
while (i <= 999);
{
int a = (i % 10);
int b = (i / 10 % 10);
int c = (i / 100 % 10);//获得三个位上的数
int res = (a * a * a + b * b * b + c * c * c);
if (i == res)
{
cout << i << endl;
count++;
}
i++; }
cout << "水仙花数的个数是:" << count << endl;
return 0;
}
请问这个为什么运行不起来呢?
- 写回答
- 好问题 0 提建议
- 追加酬金
- 关注问题
- 邀请回答
-
2条回答 默认 最新
悬赏问题
- ¥15 想用@vueuse 把项目动态改成深色主题,localStorge里面的vueuse-color-scheme一开始就给我改成了dark,不知道什么原因(相关搜索:背景颜色)
- ¥20 OPENVPN连接问题
- ¥15 flask实现搜索框访问数据库
- ¥15 mrk3399刷完安卓11后投屏调试只能显示一个设备
- ¥100 如何用js写一个游戏云存档
- ¥15 ansys fluent计算闪退
- ¥15 有关wireshark抓包的问题
- ¥15 需要写计算过程,不要写代码,求解答,数据都在图上
- ¥15 向数据表用newid方式插入GUID问题
- ¥15 multisim电路设计