摘要: 。 1 #include<bits/stdc++.h> 2 using namespace std; 3 #define MP make_pair 4 typedef pair<int,int> pii; 5 map<pii,int>mp; 6 int main() 7 { 8 int n; 9 s 阅读全文
posted @ 2020-07-31 14:29 古比 阅读(306) 评论(0) 推荐(0) 编辑
摘要: 1 1 #include <cstdio> 2 #include<iostream> 3 #include<vector> 4 #include<set> 5 using namespace std; 6 typedef long long LL; 7 8 set<pair<int, int >>s 阅读全文
posted @ 2020-07-31 14:24 古比 阅读(146) 评论(0) 推荐(0) 编辑