摘要: AM学军OJ T1 暴力 1 #include<bits/stdc++.h> 2 3 using namespace std; 4 5 typedef long long LL; 6 const int N = 2000000 + 10; 7 8 int len, power; 9 10 int g 阅读全文
posted @ 2016-11-15 21:59 Showson 阅读(356) 评论(0) 推荐(0) 编辑