摘要: #include<iostream> using namespace std; #define rep(i,a,b) for(int i = a;i<=b;i++) #define per(i,a,b) for(int i = a;i>=b;i--) char mp[35][55]; int mai 阅读全文
posted @ 2021-06-03 19:14 loliconsk 阅读(73) 评论(0) 推荐(0)
摘要: #include<iostream> #include<vector> #include<algorithm> using namespace std; const int maxn = 1e6+10; const int INF = 0x3f3f3f3f; vector<string> v; ve 阅读全文
posted @ 2021-06-03 17:38 loliconsk 阅读(86) 评论(0) 推荐(0)