22网络2杨增哲天梯
22网络2杨增哲天梯
全部文章
分类
题解(1)
归档
标签
去牛客网
登录
/
注册
22网络2杨增哲天梯的博客
全部文章
(共2篇)
题解 | #字符串排序#
#include <bits/stdc++.h> using namespace std; int T, q, n, t[3000005][65], cnt[3000005], idx; char s[3000005]; int getnum(char x) { if (x ...
2024-04-21
0
203
题解 | #割草机#
#include<iostream> #include<cstring> #include<algorithm> using namespace std; int n,m; char maze[200][200]; const int INF=0x3f3f3f3f...
2023-09-15
0
330