UVa10340 All in All
摘要:
#include #include using namespace std;int main(){ string s, t; string::size_type p, q; while (cin >> s >> t) { p = 0; for (string::const_iterator it... 阅读全文
posted @ 2015-06-23 04:11 danny1221 阅读(357) 评论(-1) 推荐(0)
浙公网安备 33010602011771号