Problem foodchain
User Kaydn
Submission Time 2025-03-02 01:49:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

foodchain.cpp: In function ‘int main()’:
foodchain.cpp:13:39: error: expected ‘;’ before ‘return’
13 | cout << (a*b*c*d*e) % (1000000007)
| ^
| ;
14 |
15 | return 0;
| ~~~~~~