Problem foodchain
User Dan64091
Submission Time 2026-05-25 13:53:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

foodchain.cpp: In function ‘int32_t main()’:
foodchain.cpp:13:22: error: expected ‘;’ before ‘ans’
13 | x %= (int)(1e9+9ULL)
| ^
| ;
14 | ans = x * ans;
| ~~~