摘要:
#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
阅读(88)
评论(0)
推荐(0)
浙公网安备 33010602011771号