JianJ
JianJ
全部文章
分类
归档
标签
去牛客网
登录
/
注册
JianJ的博客
全部文章
(共53篇)
题解 | #日志排序#
#include<iostream> #include<sstream> #include<algorithm> #include<cstdio> #include<string> using namespace std; const i...
2024-02-29
0
209
题解 | #成绩排序#
#include<iostream> #include<algorithm> using namespace std; const int N = 110; struct Stu { int id; int score; } s[N]; bool cmp...
2024-02-29
0
164
题解 | #成绩排序#
#include<iostream> #include<algorithm> using namespace std; const int N = 1e5 + 10; struct Stu{ int order; string name; int score; }s...
2024-02-29
0
144
首页
上一页
1
2
3
4
5
6
下一页
末页