2019年5月6日

摘要: 一 #include<stdio.h>int main(){ int t; long int s=0; for(t=22;t<=1002;t=t+20){ s=s+t; } printf("%ld",s); return 0;} #include<stdio.h>int main(){ int t= 阅读全文
posted @ 2019-05-06 14:30 墨绯 阅读(77) 评论(0) 推荐(0)

导航