时间:2012-10-01 18:44:39
#include <stdio.h>
main()
{int k=1,s=0;
do{
if((k%2)!=0)continue;
s+=k;k++;
}while(k>10);
printf
电脑版 | 手机版 | 返回顶部