编写函数,输出所有的“水仙花”数.(判断型函数)
问题描述:
编写函数,输出所有的“水仙花”数.(判断型函数)
答
/* 打印所有水仙花数 */
#include "stdio.h"
#include
void main()
{
int i,j,k,sum;
for(i=1;i