Problem | bombardirocrocodilo |
---|---|
User | joshuabonang |
Submission Time | 2025-09-06 19:41:19 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
bombardirocrocodilo.cpp: In function ‘int main()’:
bombardirocrocodilo.cpp:7:10: error: expected initializer before ‘==’ token
7 | int ans == 0;
| ^~
bombardirocrocodilo.cpp:8:18: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
8 | if (a % 2 == 1) ans == 1;
| ^~~
| abs
bombardirocrocodilo.cpp:9:18: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
9 | if (b % 2 == 1) ans == 2;
| ^~~
| abs
bombardirocrocodilo.cpp:10:18: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
10 | if (c % 2 == 1) ans == 3;
| ^~~
| abs
bombardirocrocodilo.cpp:11:10: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
11 | cout << ans << endl;
| ^~~
| abs