Problem foodchain
User Syw
Submission Time 2025-11-12 11:22:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

foodchain.cpp: In function ‘int32_t main()’:
foodchain.cpp:14:20: error: expected ‘;’ before ‘}’ token
14 | out %= 1000000009
| ^
| ;
15 | }
| ~