耶汁吨吨吨
耶汁吨吨吨
全部文章
分类
归档
标签
去牛客网
登录
/
注册
耶汁吨吨吨的博客
全部文章
(共65篇)
题解 | 小白鼠排队
#include <iostream> #include <algorithm> #include <cstring> using namespace std; int n; struct E{ int k; string s; bool ...
2026-03-01
0
21
题解 | 整数奇偶排序
//KY66 整数奇偶排序 #include <iostream> #include <algorithm> #include <cstring> using namespace std; int a[10]; bool cmp(int a, int b) { ...
2026-03-01
0
15
题解 | 成绩排序
//KY8 成绩排序 #include <iostream> #include <algorithm> #include <cstring> using namespace std; const int mxn=100005; int n, op; struct ...
2026-03-01
0
23
题解 | 成绩排序
//KY1 成绩排序 #include <iostream> #include <algorithm> #include <cstring> using namespace std; const int mxn=100005; int n, op; struct ...
2026-03-01
0
23
题解 | 特殊排序
#include <iostream> #include <algorithm> #include <cstring> using namespace std; const int mxn=1005; int n, a[mxn]; int main() { ...
2026-03-01
0
20
首页
上一页
1
2
3
4
5
6
7
下一页
末页