Problem | el_classico |
---|---|
User | PrunJuice |
Submission Time | 2025-08-21 12:34:58 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
el_classico.cpp: In function ‘int main()’:
el_classico.cpp:23:31: error: expected ‘;’ before ‘}’ token
23 | cout << "Bye Bye World!"
| ^
| ;
24 | }
| ~
el_classico.cpp:29:24: error: expected ‘;’ before ‘}’ token
29 | cout << "skibidi"
| ^
| ;
30 | }
| ~