Problem | foodchain |
---|---|
User | StormyGood |
Submission Time | 2024-02-16 15:06:39 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
foodchain.cpp: In function ‘int32_t main()’:
foodchain.cpp:10:108: error: expected ‘)’ before ‘;’ token
10 | cout << ((a % 1000000009)*(b % 1000000009)*(c % 1000000009)*(d % 1000000009)*(e % 1000000009) % 1000000009;
| ~ ^
| )