Problem bombardirocrocodilo
User ShaquilleOatmeal34
Submission Time 2025-05-21 15:37:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

bombardirocrocodilo.cpp: In function ‘int main()’:
bombardirocrocodilo.cpp:10:7: error: expected ‘)’ before numeric constant
10 | if (n 2 % != 0);
| ~ ^~
| )
bombardirocrocodilo.cpp:12:2: error: ‘else’ without a previous ‘if’
12 | else if (f 2 % != 0);
| ^~~~
bombardirocrocodilo.cpp:12:12: error: expected ‘)’ before numeric constant
12 | else if (f 2 % != 0);
| ~ ^~
| )
bombardirocrocodilo.cpp:14:4: error: expected ‘(’ before ‘else’
14 | if else (x 2 % != 0);
| ^~~~
| (