0_0_39437026_10233.cpp: In function 'int main()':
0_0_39437026_10233.cpp:33:28: error: expected '}' at end of input
33 | cout<<'\n';
| ^
0_0_39437026_10233.cpp:7:17: note: to match this '{'
7 | while(1){
| ^
0_0_39437026_10233.cpp:33:28: error: expected '}' at end of input
33 | cout<<'\n';
| ^
0_0_39437026_10233.cpp:3:11: note: to match this '{'
3 | int main(){
| ^
|