Problem alienalien
User guru1396
Submission Time 2024-12-04 15:14:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

alienalien.cpp: In function ‘int main()’:
alienalien.cpp:14:9: error: expected ‘;’ before ‘}’ token
14 | break
| ^
| ;
15 | }
| ~
alienalien.cpp:33:1: error: expected ‘}’ at end of input
33 | }
| ^
alienalien.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^