Problem bombardirocrocodilo
User ShaquilleOatmeal34
Submission Time 2025-05-21 15:37:23
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:11:13: error: expected ‘)’ before ‘;’ token
11 | cout << "1";
| ^
| )
bombardirocrocodilo.cpp:10:5: note: to match this ‘(’
10 | if (n 2 % != 0;
| ^
bombardirocrocodilo.cpp:12:12: error: expected ‘;’ before numeric constant
12 | else if (f 2 % != 0;
| ^~
| ;
bombardirocrocodilo.cpp:13:12: error: expected ‘)’ before ‘;’ token
13 | cout << "2";
| ^
| )
bombardirocrocodilo.cpp:12:10: note: to match this ‘(’
12 | else if (f 2 % != 0;
| ^
bombardirocrocodilo.cpp:14:4: error: expected ‘(’ before ‘else’
14 | if else (x 2 % != 0;
| ^~~~
|