牛客142529159号
牛客142529159号
全部文章
分类
题解(1)
归档
标签
去牛客网
登录
/
注册
牛客142529159号的博客
全部文章
(共26篇)
题解 | #火星A+B#
#include <iostream> #include <cstring> #include <string> #include <algorithm> #include <vector> using namespace std; int...
2023-03-17
0
331
题解 | #继续xxx定律#
#include <iostream> #include <set> #include <stack> using namespace std; const int N = 510; int main() { int n, a; while (c...
2023-03-17
0
306
题解 | #EXCEL排序#
#include <iostream> #include "algorithm" using namespace std; const int N = 1e5 + 10; typedef struct Student { string id, name; int scor...
2023-03-17
0
340
题解 | #统计同成绩学生人数#
#include <iostream> #include <map> using namespace std; int main() { int n, a; while (cin >> n && n) { // 注意 while 处理多个 cas...
2023-03-17
0
231
题解 | #毕业bg#
#include <iostream> #include <cstring> #include <algorithm> using namespace std; const int N = 31; struct DB { int w, v, t; ...
2023-03-17
0
357
题解 | #排名#
#include <iostream> using namespace std; const int N = 1000; typedef struct Student { char id[21]; int m = 0, sum = 0; } Student; int...
2023-01-13
0
0
首页
上一页
1
2
3
下一页
末页