0_0_39385279_16123.cpp: In function 'int main()':
0_0_39385279_16123.cpp:37:17: error: expected '}' at end of input
37 | cnt = 0; //
| ^
0_0_39385279_16123.cpp:35:34: note: to match this '{'
35 | for (int t = 1; t <= T; t++) {
| ^
0_0_39385279_16123.cpp:37:17: error: expected '}' at end of input
37 | cnt = 0; //
| ^
0_0_39385279_16123.cpp:33:12: note: to match this '{'
33 | int main() {
| ^
|