摘要:
1 #include 2 #include 3 #include 4 #include 5 #include 6 using namespace std; 7 8 const int maxn=2005; 9 int vis[maxn]; 10 11 int main() 12 { 13 int t,k; 14 string str; 15 cin>... 阅读全文
posted @ 2017-02-28 13:22
ooozy
阅读(179)
评论(0)
推荐(0)