Problem | foodchain |
---|---|
User | tdb60 |
Submission Time | 2023-11-08 11:18:44 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
foodchain.cpp: In function ‘int main()’:
foodchain.cpp:6:2: error: ‘n’ was not declared in this scope
6 | n = a*b*c*d*e % (1e9 + 9);
| ^
foodchain.cpp:6:16: error: invalid operands of types ‘int’ and ‘double’ to binary ‘operator%’
6 | n = a*b*c*d*e % (1e9 + 9);
| ~~~~~~~~~ ^ ~~~~~~~~~
| | |
| int double