摘要: 源代码: #include<iostream> #include<cstdio> using namespace std; string s1,s2; int m,n,k(0); bool t(0); int main() { getline(cin,s1); getline(cin,s2); m= 阅读全文
posted @ 2016-02-02 21:08 【機關】 阅读(431) 评论(0) 推荐(0)