0_0_39347644_28677.cpp: In function 'int main()':
0_0_39347644_28677.cpp:17:41: error: expected '}' at end of input
17 | int counter = 1; //ÓÃì¶}
| ^
0_0_39347644_28677.cpp:16:38: note: to match this '{'
16 | while (q.size() > 3) {
| ^
0_0_39347644_28677.cpp:17:41: error: expected '}' at end of input
17 | int counter = 1; //ÓÃì¶}
| ^
0_0_39347644_28677.cpp:9:21: note: to match this '{'
9 | while (n--) {
| ^
0_0_39347644_28677.cpp:17:41: error: expected '}' at end of input
17 | int counter = 1; //ÓÃì¶}
| ^
0_0_39347644_28677.cpp:6:12: note: to match this '{'
6 | int main() {
| ^
|