上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 18 下一页
摘要: http://poj.org/problem?id=1523 1 #define IO std::ios::sync_with_stdio(0) 2 #include <iostream> 3 #include <vector> 4 #include <stdio.h> 5 #include <st 阅读全文
posted @ 2020-11-24 23:50 Venux 阅读(137) 评论(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 18:06 Venux 阅读(86) 评论(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 阅读(139) 评论(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 阅读(98) 评论(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 阅读(151) 评论(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 阅读(146) 评论(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 阅读(498) 评论(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 阅读(120) 评论(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 阅读(111) 评论(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 阅读(183) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 18 下一页