摘要: 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) 编辑