摘要: #include <stdio.h>int main(){ int long s=0; int i; for(i=22;i<=1002;i=i+20){ s=s+i; } printf("%d\n",s); return 0; } #include <stdio.h>int main(){ int 阅读全文
posted @ 2019-05-06 14:36 Lukas0116 阅读(87) 评论(0) 推荐(0) 编辑