摘要: 1. #include "stdafx.h" #include <stdio.h> int main(int argc, char* argv[]) { long a,s; s=0; for(a=22;a<=1002;a+=20) s=s+a; printf("%d\n",s); return 0; 阅读全文
posted @ 2019-05-09 14:50 学渣辉 阅读(136) 评论(0) 推荐(0) 编辑