XCJungle

2019年4月25日

实验课2

摘要: #include "stdio.h"int main(){ char a,b,c,d,e; a=getchar(); b=getchar(); c=getchar(); d=getchar(); e=getchar(); putchar(a); putchar(b); putchar(c); put 阅读全文

posted @ 2019-04-25 14:14 XCJungle 阅读(89) 评论(0) 推荐(0) 编辑

2019年4月11日

作业1

摘要: #include <stdafx.h> #include <stdio.h> int main () { int a,b,sum; a=123; b=456; sum=a+b; printf("sum is %d\n",sum); return 0; } int main(){ char c1,c2 阅读全文

posted @ 2019-04-11 15:33 XCJungle 阅读(83) 评论(0) 推荐(0) 编辑

2019年3月27日

2019 3 27 作业

摘要: #include "stdlib.h"#include "stdio.h"#include "time.h" int main(int argc, char* argv[]){ int i; char c,gu; srand((unsigned)time(NULL)); gu=rand()%6+32 阅读全文

posted @ 2019-03-27 21:33 XCJungle 阅读(137) 评论(0) 推荐(0) 编辑

2019年3月7日

杨飞扬

摘要: 阅读全文

posted @ 2019-03-07 12:57 XCJungle 阅读(169) 评论(0) 推荐(0) 编辑

导航