2015年6月9日

cstring 的重载

摘要: 1 #include 2 #include 3 4 using namespace std; 5 6 7 8 9 const int Max = 100000 +10; 10 class MyString 11 { 12 public: 13 14 ... 阅读全文

posted @ 2015-06-09 20:58 yifi 阅读(274) 评论(0) 推荐(0) 编辑

hihocode ---1032

摘要: 1 #include 2 #include 3 #include 4 5 using namespace std; 6 7 const int MAXN = 1000000 + 10; 8 char Ma[MAXN*2]; 9 int Mp[MAXN*2];10 void Manacher(c... 阅读全文

posted @ 2015-06-09 20:51 yifi 阅读(285) 评论(0) 推荐(0) 编辑

导航