原创 Uva129_構造困難的字符串

//通過回溯的方法構造,通過週期的性質進行檢查 #include<iostream> using namespace std; int n, l; const int maxloc = 100; int S[maxloc]; i