摘要: #include<stdio.h>int main(){ int a; long int s=0; for(a=22;a<=1002;a=a+20){ s = s+a; } printf("%d",s);} #include<stdio.h>int main(){ int a = 22; long 阅读全文
posted @ 2019-05-06 14:39 雲中 阅读(149) 评论(0) 推荐(0)