XCJungle

2019年5月9日

实验3

摘要: #include"stdio.h"int main(){ int a,b=2; long int s=0; for(a=2;a<=100;a+=2){ s=s+a*10+b; } printf("%d\n",s); return 0;} #include "stdio.h" int main(){ 阅读全文

posted @ 2019-05-09 14:31 XCJungle 阅读(147) 评论(0) 推荐(0) 编辑

导航