Problem | foodchain |
---|---|
User | braven |
Submission Time | 2024-01-22 22:04:47 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
foodchain.cpp: In function ‘int main()’:
foodchain.cpp:14:26: error: expected ‘;’ before ‘cout’
14 | sum = a * b * c * d * e
| ^
| ;
15 |
16 | cout << sum % 10000000009;
| ~~~~