Ping pong UVALive - 4329
摘要:
#include<iostream> #include<cstring> #include<cstdio> #include<vector> using namespace std; const int maxn = 20000 + 3; int a[maxn], c[maxn], d[maxn]; 阅读全文
posted @ 2019-03-20 09:09 nbsanshi 阅读(146) 评论(0) 推荐(0) 编辑