上一页 1 2 3 4 5 6 7 8 9 10 ··· 18 下一页
摘要: 看了群友的平衡树stl板子,学到了orz 1 #define bug(x) cout<<#x<<" is "<<x<<endl 2 #define IO std::ios::sync_with_stdio(0) 3 #include <bits/stdc++.h> 4 #include <ext/p 阅读全文
posted @ 2021-01-19 11:46 Venux 阅读(138) 评论(0) 推荐(0) 编辑
摘要: 1 #define bug(x) cout<<#x<<" is "<<x<<endl 2 #define IO std::ios::sync_with_stdio(0) 3 #include <bits/stdc++.h> 4 using namespace std; 5 typedef long 阅读全文
posted @ 2021-01-13 03:16 Venux 阅读(105) 评论(0) 推荐(0) 编辑
摘要: 1 #define bug(x) cout<<#x<<" is "<<x<<endl 2 #define IO std::ios::sync_with_stdio(0) 3 #include <bits/stdc++.h> 4 using namespace std; 5 typedef long 阅读全文
posted @ 2021-01-12 23:28 Venux 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 1 #define bug(x) cout<<#x<<" is "<<x<<endl 2 #define IO std::ios::sync_with_stdio(0) 3 #include <bits/stdc++.h> 4 using namespace std; 5 typedef long 阅读全文
posted @ 2021-01-12 21:57 Venux 阅读(123) 评论(0) 推荐(0) 编辑
摘要: 1 #define bug(x) cout<<#x<<" is "<<x<<endl 2 #define IO std::ios::sync_with_stdio(0) 3 #include <bits/stdc++.h> 4 using namespace std; 5 typedef long 阅读全文
posted @ 2021-01-05 16:44 Venux 阅读(139) 评论(0) 推荐(0) 编辑
摘要: 1 #define bug(x) cout<<#x<<" is "<<x<<endl 2 #define IO std::ios::sync_with_stdio(0) 3 #include <bits/stdc++.h> 4 using namespace std; 5 typedef long 阅读全文
posted @ 2021-01-03 01:26 Venux 阅读(136) 评论(0) 推荐(0) 编辑
摘要: 1 #define IO std::ios::sync_with_stdio(0) 2 #include <bits/stdc++.h> 3 using namespace std; 4 #define mk make_pair 5 #define pb push_back 6 const int 阅读全文
posted @ 2021-01-02 22:14 Venux 阅读(68) 评论(0) 推荐(0) 编辑
摘要: 1 #define bug(x) cout<<#x<<" is "<<x<<endl 2 #define IO std::ios::sync_with_stdio(0) 3 #include <bits/stdc++.h> 4 using namespace std; 5 typedef long 阅读全文
posted @ 2021-01-02 22:08 Venux 阅读(103) 评论(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 }*Tr 阅读全文
posted @ 2020-11-29 20:21 Venux 阅读(243) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(105) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 18 下一页