摘要: 44页。 一直取两端最小的字符,相等的时候要一直往里面缩直到发现应该选使得里面较小的先出来。 1 #include <cstdio> 2 #include <cstring> 3 #include <algorithm> 4 using namespace std; 5 const int N=20 阅读全文
posted @ 2017-09-18 21:15 lsy123 阅读(126) 评论(0) 推荐(0)