Problem | trivialexam |
---|---|
User | Ant1234567890 |
Submission Time | 2025-06-12 14:45:42 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
trivialexam.cpp: In function ‘int main()’:
trivialexam.cpp:9:16: error: expected ‘;’ before ‘}’ token
9 | cout<<"23143"
| ^
| ;
10 | }else if(x==3){
| ~
trivialexam.cpp:11:16: error: expected ‘;’ before ‘}’ token
11 | cout<<"21424"
| ^
| ;
12 | }else if(x==4){
| ~
trivialexam.cpp:13:16: error: expected ‘;’ before ‘}’ token
13 | cout<<"23143"
| ^
| ;
14 | }else if(x==5){
| ~
trivialexam.cpp:15:16: error: expected ‘;’ before ‘}’ token
15 | cout<<"23143"
| ^
| ;
16 | }else if(x==6){
| ~
trivialexam.cpp:17:16: error: expected ‘;’ before ‘}’ token
17 | cout<<"23143"
| ^