摘要: 1 #include <algorithm> 2 #include <cstdio> 3 #include <vector> 4 5 #define N 10015 6 7 using namespace std; 8 9 vector<int>vec[N]; 10 int n,a,b,m,deep 阅读全文
posted @ 2017-04-30 08:01 Aptal丶 阅读(258) 评论(0) 推荐(0) 编辑