Problem | bombardirocrocodilo |
---|---|
User | yeeeeeting |
Submission Time | 2025-05-24 10:54:01 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
bombardirocrocodilo.cpp: In function ‘int main()’:
bombardirocrocodilo.cpp:9:8: error: invalid operands of types ‘double’ and ‘int’ to binary ‘operator%’
9 | if (x%2==1 or x%2==-1)
| ~^~
| | |
| | int
| double
bombardirocrocodilo.cpp:9:18: error: invalid operands of types ‘double’ and ‘int’ to binary ‘operator%’
9 | if (x%2==1 or x%2==-1)
| ~^~
| | |
| | int
| double