输出所有得“水仙花数”,所谓“水仙花数”是指一个三位数,其各位数字立方之和

问题描述:

输出所有得“水仙花数”,所谓“水仙花数”是指一个三位数,其各位数字立方之和
例如,153是水仙花数!因为153=1*1*1+5*5*5+3*3*3

#include
void main()
{
int i,b,s,g;
for (i=100;i