Problem | foodchain |
---|---|
User | gab |
Submission Time | 2025-04-29 16:54:25 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
foodchain.cpp: In function ‘int main()’:
foodchain.cpp:7:20: error: invalid operands of types ‘int’ and ‘double’ to binary ‘operator%’
7 | return (a*b*c*d*e)%(10e9+9)
| ~~~~~~~~~~~^~~~~~~~~
| | |
| int double
foodchain.cpp:7:29: error: expected ‘;’ before ‘}’ token
7 | return (a*b*c*d*e)%(10e9+9)
| ^
| ;
8 | }
| ~