摘要: 正在运行:"G:\Source - WURLR.exe" No. Name sex age10101 Li Lin M 1810102 Zhang Fang M 1910103 Wang Min F 20 进程退出返回值 0 (0x0) 运行时间 : 0.500 秒按任意键继续... 正在运行:"G 阅读全文
posted @ 2017-04-10 17:41 我不信这名字有 阅读(204) 评论(0) 推荐(0) 编辑
摘要: 码云账号732069608 阅读全文
posted @ 2017-04-04 23:31 我不信这名字有 阅读(104) 评论(0) 推荐(0) 编辑
摘要: #include void funstr(char *p) {*p=*p-32; while(*p!='\0') { if(*p==32) *(p+1)=*(p+1)-32; printf("%c",*(p++)); } } main() { char str[]="hello world:"; funstr(str); puts(str); } 阅读全文
posted @ 2017-03-31 14:38 我不信这名字有 阅读(96) 评论(0) 推荐(0) 编辑
摘要: #include #include int main() { void swap(int *p,int *q); int a,b; int *p,*q; scanf("%d ,%d",&a,&b); p=&a; q=&b; swap(p,q); printf("%d,%d",a,b); system("pause"); ... 阅读全文
posted @ 2017-03-22 17:50 我不信这名字有 阅读(78) 评论(0) 推荐(0) 编辑
摘要: 额 阅读全文
posted @ 2017-03-20 17:19 我不信这名字有 阅读(74) 评论(0) 推荐(0) 编辑