2920: 分数线划定
摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>
using namespace std;
struct u
{
string str;
int……
分数线划定,有注释,选择排序
摘要:```c
#include
#include
typedef struct stu{
int namber;
int grade;
}Stu;
int main()
{
……