上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 18 下一页
摘要: 1 #define IO std::ios::sync_with_stdio(0) 2 #include <bits/stdc++.h> 3 #define pb push_back 4 using namespace std; 5 typedef long long ll; 6 const int 阅读全文
posted @ 2020-11-23 18:06 Venux 阅读(77) 评论(0) 推荐(0) 编辑
摘要: https://www.luogu.com.cn/problem/P3366 1 #define IO std::ios::sync_with_stdio(0) 2 #include <bits/stdc++.h> 3 #define pb push_back 4 using namespace s 阅读全文
posted @ 2020-11-23 17:32 Venux 阅读(130) 评论(0) 推荐(0) 编辑
摘要: 1 #define IO std::ios::sync_with_stdio(0) 2 #include <bits/stdc++.h> 3 #define pb push_back 4 using namespace std; 5 typedef long long ll; 6 const int 阅读全文
posted @ 2020-11-23 16:35 Venux 阅读(78) 评论(0) 推荐(0) 编辑
摘要: 1 #include <bits/stdc++.h> 2 using namespace std; 3 typedef int ElemType; 4 5 typedef struct ThrNode{ 6 ElemType data; 7 ThrNode* lson; 8 ThrNode* rso 阅读全文
posted @ 2020-11-23 14:19 Venux 阅读(134) 评论(0) 推荐(0) 编辑
摘要: 1 #include <bits/stdc++.h> 2 using namespace std; 3 typedef long long ll; 4 5 const int N=1005; 6 7 int D; 8 9 int G[N][N]; 10 11 int n,m,s; 12 13 ll 阅读全文
posted @ 2020-11-20 17:32 Venux 阅读(135) 评论(0) 推荐(0) 编辑
摘要: 1 #include <bits/stdc++.h> 2 using namespace std; 3 typedef int ElemType; 4 5 typedef struct Node{ 6 ElemType data; 7 Node* lson; 8 Node* rson; 9 Node 阅读全文
posted @ 2020-11-20 16:24 Venux 阅读(477) 评论(0) 推荐(0) 编辑
摘要: 1 #include <bits/stdc++.h> 2 using namespace std; 3 typedef char ElemType; 4 5 typedef struct BiNode{ 6 ElemType data; 7 BiNode* lchild; 8 BiNode* rch 阅读全文
posted @ 2020-11-20 13:28 Venux 阅读(112) 评论(0) 推荐(0) 编辑
摘要: http://www.pipioj.online/problem.php?id=1373 1 #include <bits/stdc++.h> 2 using namespace std; 3 typedef int ElemType; 4 const int N=3e5; 5 6 typedef 阅读全文
posted @ 2020-10-09 21:04 Venux 阅读(106) 评论(0) 推荐(0) 编辑
摘要: http://www.pipioj.online/problem.php?id=1295 1 #define bug(x) cout<<#x<<" is "<<x<<endl 2 #define IO std::ios::sync_with_stdio(0) 3 #include<bits/stdc 阅读全文
posted @ 2020-10-05 15:32 Venux 阅读(177) 评论(0) 推荐(0) 编辑
摘要: http://www.pipioj.online/problem.php?id=1265 1 #define bug(x) cout<<#x<<" is "<<x<<endl 2 #define IO std::ios::sync_with_stdio(0) 3 #define ull unsign 阅读全文
posted @ 2020-09-23 21:19 Venux 阅读(229) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 18 下一页