摘要:
1.for循环 2.while循环 3.do while循环 2水仙花数 #include "stdafx.h" #include <stdio.h> int main(){ int a,b,c,d,e; int s=0 ; for(a=100;a<1000;a=a+1) { b=a/100; c= 阅读全文
posted @ 2019-05-09 15:19
P201821430026
阅读(124)
评论(0)
推荐(0)
浙公网安备 33010602011771号