牛客317129386号
牛客317129386号
全部文章
分类
归档
标签
去牛客网
登录
/
注册
牛客317129386号的博客
全部文章
(共2篇)
题解 | 奥运排序问题
#include <iostream> #include <vector> #include<algorithm> #include<cmath> using namespace std; struct country { int id; ...
2026-02-05
0
8
题解 | 欧拉回路
#include <iostream> #include<vector> using namespace std; vector<int>degree; vector<int>vist; void dfs(int node,vector<vect...
2026-02-04
0
7