摘要:
先贴上大佬的博客:戳这里 阅读全文
posted @ 2018-08-16 15:57
惜梦园
阅读(38)
评论(0)
推荐(0)
摘要:
CODE #include <iostream> #include <cstring> #include <algorithm> using namespace std; char s[1000]; char s_new[2000]; int p[2000]; int Init() { int le 阅读全文
posted @ 2018-08-16 15:56
惜梦园
阅读(66)
评论(0)
推荐(0)