0_0_39238101_27116.cpp: In function 'int main()':
0_0_39238101_27116.cpp:58:18: error: expected '}' at end of input
58 | }
| ^
0_0_39238101_27116.cpp:40:30: note: to match this '{'
40 | if (f[0] == 'Q') {
| ^
0_0_39238101_27116.cpp:58:18: error: expected '}' at end of input
58 | }
| ^
0_0_39238101_27116.cpp:38:21: note: to match this '{'
38 | while (m--) {
| ^
0_0_39238101_27116.cpp:58:18: error: expected '}' at end of input
58 | }
| ^
0_0_39238101_27116.cpp:14:17: note: to match this '{'
14 | while (T--) {
| ^
0_0_39238101_27116.cpp:58:18: error: expected '}' at end of input
58 | }
| ^
0_0_39238101_27116.cpp:10:12: note: to match this '{'
10 | int main() {
| ^
|