摘要:
阅读全文
posted @ 2019-05-09 15:07
P201821430036
阅读(122)
评论(0)
推荐(0)
摘要:
阅读全文
posted @ 2019-05-09 15:04
P201821430036
阅读(113)
评论(0)
推荐(0)
摘要:
#include<stdio.h> int main() {int i,s=0,j,m=20; for(i=1,j=22;i<=50;i++) {s=s+j; j=j+m; } printf("s=%d\n",s); return 0; } 阅读全文
posted @ 2019-05-09 14:46
P201821430036
阅读(154)
评论(0)
推荐(0)