摘要: pass 1 #include <cstdio> 2 #include <algorithm> 3 using namespace std; 4 int t1[110000],t2[110000],rk[110000],uni[10],c[10]; 5 int n; 6 int get(int *x 阅读全文
posted @ 2020-02-23 16:13 IAT14 阅读(137) 评论(0) 推荐(0) 编辑
摘要: pass 1 #include <cstdio> 2 #include <cstring> 3 #include <cmath> 4 #include <algorithm> 5 using namespace std; 6 const int MAXN = 1100000; 7 int cnt,n 阅读全文
posted @ 2020-02-23 14:36 IAT14 阅读(188) 评论(0) 推荐(0) 编辑