Problem orz
User Ant1234567890
Submission Time 2025-06-13 12:13:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

orz.cpp: In function ‘int main()’:
orz.cpp:7:20: error: expected ‘;’ before ‘}’ token
7 | cout<<"TheRaptor"
| ^
| ;
8 | }else if (x==2){
| ~
orz.cpp:9:21: error: expected ‘;’ before ‘]’ token
9 | cout<<"penguin133"
| ^
| ;
10 | ]else{
| ~
orz.cpp:14:1: error: expected ‘}’ at end of input
14 | }
| ^
orz.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^