考试排名-题解(C语言代码) 摘要:```c #include #include #include typedef struct BSTree *BST; //定义排序数 struct BSTree{ char nam…… 题解列表 2019年08月16日 0 点赞 0 评论 734 浏览 评分:9.9
考试排名 (C语言代码) 摘要:解题思路: 主要用到atoi()函数和qsort()函数,atoi()计耗时,qsort()排序。 每输入一道题的提交状态就进行一次判断,不必全部存放再判断。参考代码:#i…… 题解列表 2018年09月01日 0 点赞 0 评论 841 浏览 评分:9.0
考试排名 (C语言代码) 摘要:解题思路:注意事项:参考代码:#include <stdio.h>#include <string.h>typedef struct Person{ char name[20]; char num[1…… 题解列表 2018年03月29日 1 点赞 0 评论 1046 浏览 评分:0.0