1254: 考试排名 摘要:```cpp #include #include using namespace std; typedef struct BSTree *BST; struct BSTree { …… 题解列表 2023年02月03日 0 点赞 0 评论 159 浏览 评分:9.9
考试排名 (Java代码) 摘要:import java.util.Scanner; class Stu{ String name; int nums; int times; } pu…… 题解列表 2022年07月03日 0 点赞 0 评论 225 浏览 评分:0.0
考试排名-题解(C语言代码) 摘要:```c #include #include #include typedef struct BSTree *BST; //定义排序数 struct BSTree{ char nam…… 题解列表 2019年08月16日 0 点赞 0 评论 733 浏览 评分:9.9
考试排名 (C语言代码) 摘要:解题思路: 主要用到atoi()函数和qsort()函数,atoi()计耗时,qsort()排序。 每输入一道题的提交状态就进行一次判断,不必全部存放再判断。参考代码:#i…… 题解列表 2018年09月01日 0 点赞 0 评论 840 浏览 评分: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