Problem foodchain
User JasonJ
Submission Time 2025-11-12 14:58:25
Score 0
Max Time N/A
Max Memory N/A

Compile Error

foodchain.cpp: In function ‘int main()’:
foodchain.cpp:11:79: error: expected ‘;’ before ‘}’ token
11 | cout << ((((e*d % 1000000009)*c % 1000000009)*b % 1000000009)*a % 1000000009)
| ^
| ;
12 | }
| ~