Problem foodchain
User PrunJuice
Submission Time 2023-11-05 19:49:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

foodchain.cpp: In function ‘int main()’:
foodchain.cpp:14:83: error: expected ‘;’ before ‘)’ token
14 | answer = ((((A * B)%1000000009 * C)%1000000009 * D)%1000000009 * E)%1000000009);
| ^
| ;