求写出下面c语言流程图,带注释,如图二 谢谢
求写出下面c语言流程图,带注释,如图二 谢谢
日期:2017-09-21 15:22:55 人气:1
#include void main(){int year=2000;while(!(year>2500)){if(year%4) printf("%d年不是闰年\n",year);else{if(year%100) printf("%d年是闰年\n",year);else{if(year%400) printf("%d年不是闰年\n",year);else printf("%d年是闰年\n&quo