2019年4月22日

摘要: #include int main() { char a,b,c,d,e; a=getchar(); b=getchar(); c=getchar(); d=getchar(); e=getchar(); putchar(a); putchar(b); putchar(c); putchar(d); putchar(e); return 0; } #include int main() {... 阅读全文
posted @ 2019-04-22 15:40 201821440027 阅读(125) 评论(0) 推荐(0) 编辑

2019年4月15日

摘要: #include"stdio.h" int main() { int a,b,sum; a=123; b=456; sum=a+b; printf("sum is %d\n",sum); #include"stdio.h" int main() { char c1,c... 阅读全文
posted @ 2019-04-15 00:06 201821440027 阅读(157) 评论(0) 推荐(0) 编辑

2019年3月20日

摘要: #include "stdio.h" #include "stdlib.h" void main(){ int i; char c,gu; srand((unsigned)time(NULL)); c=6; gu=rand()%6+1; for(i=1;i<=100;i++){ c=rand()%3 阅读全文
posted @ 2019-03-20 20:51 201821440027 阅读(144) 评论(0) 推荐(0) 编辑

2019年3月10日

摘要: 阅读全文
posted @ 2019-03-10 13:13 201821440027 阅读(113) 评论(0) 推荐(0) 编辑
摘要: 开始 开始 year=2000 year=2000 year不能被4整除 year不能被4整除 year不能被100整除 year不能被100整除 year=year+1 year=year+1 year>2500 year>2500 结束 结束 Year不能被400整除 Year不能被400整除 阅读全文
posted @ 2019-03-10 12:14 201821440027 阅读(135) 评论(0) 推荐(0) 编辑

导航