最新 c语言编写水仙花数 #include<stdio.h>intmain{inti,a,b,c;for(i=100;i<1000;i++)a=i%10;b=(i%100–i%10)/10;c=(i–i...... 2025-08-28 22