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

Compile Error

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