1254: 考试排名 ```cpp#include#includeusingnamespacestd;typedefstructBSTree*BST;structBSTree{charname[15];intAC,time;BSTLeft,Right;};BSTInsert(BSTT, 题解列表 2023年02月03日 0 点赞 0 评论 697 浏览 评分:9.9
考试排名 (Java代码) 摘要:import java.util.Scanner; class Stu{ String name; int nums; int times; } pu…… 题解列表 2022年07月03日 0 点赞 0 评论 745 浏览 评分:0.0
考试排名-题解(C语言代码) ```c#include#include#includetypedefstructBSTree*BST;//定义排序数structBSTree{charname[15];intAC;inttime;BSTLeft,Right;};BSTInsert(BSTT, 题解列表 2019年08月16日 0 点赞 0 评论 1614 浏览 评分:9.9
考试排名 (C语言代码) 摘要:解题思路: 主要用到atoi()函数和qsort()函数,atoi()计耗时,qsort()排序。 每输入一道题的提交状态就进行一次判断,不必全部存放再判断。参考代码:#i…… 题解列表 2018年09月01日 0 点赞 0 评论 2870 浏览 评分:9.0
考试排名 (C语言代码) 摘要:解题思路:注意事项:参考代码:#include <stdio.h>#include <string.h>typedef struct Person{ char name[20]; char num[1…… 题解列表 2018年03月29日 1 点赞 0 评论 2093 浏览 评分:0.0