0_0_39453949_17451.cpp: In function 'void solve()':
0_0_39453949_17451.cpp:91:62: error: expected '}' at end of input
91 | string rotated = s.substr(i, n - i) + s.substr(0, i);
| ^
0_0_39453949_17451.cpp:90:33: note: to match this '{'
90 | for (int i = 0; i < n; i++) {
| ^
0_0_39453949_17451.cpp:91:62: error: expected '}' at end of input
91 | string rotated = s.substr(i, n - i) + s.substr(0, i);
| ^
0_0_39453949_17451.cpp:81:1: note: to match this '{'
81 | {
| ^
|