Problem | foodchain |
---|---|
User | andthatsallshewrote |
Submission Time | 2025-07-22 09:49:26 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
foodchain.cpp: In function βint main()β:
foodchain.cpp:8:100: error: no match for call to β(std::ostream {aka std::basic_ostream<char>}) (long long int)β
8 | cout ((a % 1000000009) * (b % 1000000009) * (c % 1000000009) * (d % 1000000009) * (e % 1000000009)) % 1000000009;
| ^