摘要: 自学于《啊哈!算法》 #include <iostream> #include <cstdio> #include <algorithm> #include <cstdlib> const int maxn=10000000; using namespace std; int a[100005]; 阅读全文
posted @ 2019-07-23 16:34 Voca 阅读(39) 评论(0) 推荐(0)