牛客998146559号
牛客998146559号
全部文章
分类
归档
标签
去牛客网
登录
/
注册
牛客998146559号的博客
全部文章
(共2篇)
题解 | 记票统计
#include <bits/stdc++.h> using namespace std; const int N = 200; int main() { string candidate[N]; string voter[N]; unordered_map&l...
2025-05-10
0
24
题解 | 小红的双生串
#include <iostream> #include <bits/stdc++.h> const int N = 2e5+9; using namespace std; char s[N],s1[N],s2[N]; int majority(char s[]) { ...
2025-04-21
0
41