Problem foodchain
User Elnathan
Submission Time 2023-03-01 17:06:49
Score 0
Max Time N/A
Max Memory N/A

Compile Error

foodchain.cpp: In function ‘int main()’:
foodchain.cpp:8:20: error: expected ‘;’ before ‘}’ token
8 | max %= 1000000009
| ^
| ;
9 | }
| ~