A string is called square if it is some string written twice in a row. For example, the strings "aa", "abcabc", "abab" and "baabaa" are square. But the strings "aaa ...
template <class T, class V> void _print(map <T, V> v) {cerr << "[ "; for (auto i : v) {_print(i); cerr << " ";} cerr << "]";} // void _print(pbds v) {cerr ...
現在アクセス不可の可能性がある結果が表示されています。
アクセス不可の結果を非表示にする