徐凤年555
徐凤年555
全部文章
分类
归档
标签
去牛客网
登录
/
注册
徐凤年555的博客
全部文章
(共2篇)
题解 | 田忌赛马
#include <iostream> #include <vector> #include <algorithm> using namespace std; int main() { vector<int> a(3); for(in...
2025-06-24
0
6
题解 | 小红的不动点
#include <iostream> #include <vector> #include <unordered_map> using namespace std; int main() { int n; cin >> n; ...
2025-06-16
0
15