Problem foodchain
User Junxian
Submission Time 2026-02-25 17:18:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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