UVA1584環狀序列 Circular Sequence
如果是環狀可以複製一份變直線
求字串最小表示法,如果存在一種,兩個字串相比前面相同,但是到後面不相同,且必然其中一個字典序打一些,那麼大的字串必然不可1-k前的子竄就不能滿足條件。 1 #include <iostream>
2 #include <cstring>
3 using namespace std;
4
5 char s[200];
6 int main() {
7 int t;
8 cin >> t;
9 while(t --) {
10
11 cin >> s + 1;
12
13 int