摘要:
NO.:1name:这种重中之重sex:Maddress:123 Beijng Road 进程退出返回值 0 (0x0) 运行时间 : 0.750 秒按任意键继续... 1 w 85 2 p 96 The higher score is: 2 p 96.00 Process exited after 阅读全文
摘要:
运行结果: 这次作业对我来说还是有点挑战的,我希望有更多的题目等待我去挑战。 码云账号1933547995@qq.com 阅读全文
摘要:
输出str的时候没有打puts导致无法输出。把开头字母变成大写的时候方法不对。 阅读全文
摘要:
3 m与之交换的不是地址 2 不清楚理由希望老师讲解 阅读全文
摘要:
3 m不是地址之间的交换 4 不明白 #include<stdio.h>#include<stdlib.h>int swap(int *p, int *q){ int t; t = *p; *p = *q; *q = t;}int main(){ int a, b; printf("请输入数字 :" 阅读全文