Problem foodchain
User andikawahyudi
Submission Time 2026-01-04 16:23:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

foodchain.cpp: In function ‘int main()’:
foodchain.cpp:7:34: error: expected ‘;’ at end of input
7 | cout << (a*b*c*d*e)%(1000000009)
| ~^
| ;
foodchain.cpp:7:33: error: expected ‘}’ at end of input
7 | cout << (a*b*c*d*e)%(1000000009)
| ^
foodchain.cpp:5:15: note: to match this ‘{’
5 | signed main() {
| ^