摘要: 1 #include<bits/stdc++.h> 2 #define rg register 3 using namespace std; 4 const int N = 2e5 + 10; 5 map<int, int> mp; 6 int n, m; 7 void solve() 8 { 9 阅读全文
posted @ 2021-01-07 21:55 LegendN 阅读(121) 评论(0) 推荐(0) 编辑
摘要: ios::sync_with_stdio(0);cin.tie(0);cout.tie(0); 阅读全文
posted @ 2021-01-07 19:39 LegendN 阅读(47) 评论(0) 推荐(0) 编辑