Problem | exam |
---|---|
User | Allysatan |
Submission Time | 2025-02-08 11:42:29 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int32_t main()’:
exam.cpp:9:23: error: expected ‘;’ before ‘}’ token
9 | cout<< "Hello World"
| ^
| ;
10 | }else(x==2){
| ~
exam.cpp:10:13: error: expected ‘;’ before ‘{’ token
10 | }else(x==2){
| ^
| ;