0_0_39753518_29917.cpp: In function 'int main()':
0_0_39753518_29917.cpp:4:10: error: expected '(' at end of input
4 | while
| ^
| (
0_0_39753518_29917.cpp:4:10: error: expected primary-expression at end of input
0_0_39753518_29917.cpp:4:10: error: expected ')' at end of input
4 | while
| ^
| )
0_0_39753518_29917.cpp:4:10: error: expected statement at end of input
0_0_39753518_29917.cpp:4:10: error: expected '}' at end of input
0_0_39753518_29917.cpp:2:11: note: to match this '{'
2 | int main(){
| ^
|