Problem bombardirocrocodilo
User notachicken
Submission Time 2026-04-28 17:09:06
Score 0
Max Time N/A
Max Memory N/A

Compile Error

bombardirocrocodilo.cpp: In function ‘int main()’:
bombardirocrocodilo.cpp:23:19: error: expected ‘;’ before ‘return’
23 | cout << "3"
| ^
| ;
24 | return 0;
| ~~~~~~
bombardirocrocodilo.cpp:31:1: error: expected ‘}’ at end of input
31 | }
| ^
bombardirocrocodilo.cpp:14:23: note: to match this ‘{’
14 | else if (A % 2 == 0){
| ^
bombardirocrocodilo.cpp:31:1: error: expected ‘}’ at end of input
31 | }
| ^
bombardirocrocodilo.cpp:9:21: note: to match this ‘{’
9 | if (A > B && A > C){
| ^
bombardirocrocodilo.cpp:31:1: error: expected ‘}’ at end of input
31 | }
| ^
bombardirocrocodilo.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^