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