摘要: 简单的字符串处理题。要注意细节!附数据两组:ABCCabcaeAAAabcAAAAabcAaBaCa 1 /* 2 3 */ 4 #include 5 #include 6 #include 7 #include 8 #include 9 #include10 #include11 #include12 #include13 #include14 using namespace std;15 typedef long long int64;16 //typedef __int64 int64;17 typedef pair PII;18 #define MP(a,b) make_pair((. 阅读全文
posted @ 2013-09-08 19:21 xxx0624 阅读(179) 评论(0) 推荐(0) 编辑