文章列表
1050题解(结构体数组与结构体指针的使用)
摘要:#include<stdio.h>#include<string.h>#define&nbsp;count_course&nbsp;3typedef&n……
1118(求助_已解决)
摘要://此代码在visual&nbsp;studio上运行没问题,为什么在此平台上运行报错#include&nbsp;<stdio.h>#include&nbsp;&l……
第三届阿里中间件性能挑战赛-总决赛亚军比赛攻略
摘要:初赛部分第一节&nbsp;&nbsp;&nbsp;赛题重述及理解&nbsp;&nbsp;&nbsp;&nbsp;题目主要是实现一个进程内消息引擎……
1052题解(链表操作)
摘要:#include<stdio.h>#include<stdlib.h>#include<string.h>//定义一个结点,可视为链表的最小单元,包括两要素:指针域……
1134题解(求分析)
摘要://谁能分析一下这两种求值顺序对结果的影响#include<stdio.h>#include<math.h>int&nbsp;main(){double&nbs……
1231题解(注意理解“输入多个测试实例”)
摘要://注意题目要求:输入数据包含多个测试实例#include&nbsp;<stdio.h>int&nbsp;Ytriangle(int&nbsp;n){int&……
1162答案错误,为什么
摘要:#include&nbsp;<stdio.h>#include&nbsp;<string.h>int&nbsp;judge(char&nbsp;……
1392题解(大数相加)
摘要:#include<stdio.h>#include<string.h>#include<math.h>#define&nbsp;IndexMax&n……