编程题:1. 输出100-999之间所有的水仙花数C语言
问题描述:
编程题:1. 输出100-999之间所有的水仙花数
C语言
答
#include
void main()
{
int a,b,c;
int i;
for(i=100;i