02 2017 档案

摘要: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 阅读(180) 评论(0) 推荐(0)
摘要:1 #include 2 #include 3 #include 4 #include 5 using namespace std; 6 7 const int maxn=500005; 8 string str[maxn]; 9 int flag[maxn]; 10 11 int main() 12 { 13 int n; 14 int i,j; 15 ... 阅读全文
posted @ 2017-02-24 22:00 ooozy 阅读(143) 评论(0) 推荐(0)
摘要:#include #include #include #include #include using namespace std; int main() { int m,n,ans; int dls[100][3]; string s; while(cin>>n>>m){ ans=100; for(int j=0;j>s; ... 阅读全文
posted @ 2017-02-01 21:11 ooozy 阅读(133) 评论(0) 推荐(0)