摘要:
1 #include<bits/stdc++.h> 2 #define ll long long 3 #define rg register 4 using namespace std; 5 const int N = 6e6 + 10; 6 int a[N]; 7 int t[N][2], cnt 阅读全文
摘要:
太差劲了 1 #include<iostream> 2 #include<algorithm> 3 #include<cstring> 4 #include<cmath> 5 #define ll long long 6 using namespace std; 7 const int N = 1e 阅读全文