Problem | trivialexam |
---|---|
User | ZacharyTan2010 |
Submission Time | 2024-02-14 15:50:09 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
trivialexam.cpp: In function ‘int main()’:
trivialexam.cpp:5:28: error: expected ‘;’ before ‘}’ token
5 | if(n==1){cout<<"21333"}
| ^
| ;
trivialexam.cpp:6:28: error: expected ‘;’ before ‘}’ token
6 | else if(n==2){cout<<"23243"}
| ^
| ;
trivialexam.cpp:7:28: error: expected ‘;’ before ‘}’ token
7 | else if(n==3){cout<<"11314"}
| ^
| ;
trivialexam.cpp:8:28: error: expected ‘;’ before ‘}’ token
8 | else if(n==4){cout<<"34113"}
| ^
| ;
trivialexam.cpp:9:28: error: expected ‘;’ before ‘}’ token
9 | else if(n==5){cout<<"42131"}
| ^
| ;
trivialexam.cp