Problem foodchain
User gab
Submission Time 2025-04-29 17:06:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

foodchain.cpp: In function ‘int main()’:
foodchain.cpp:8:28: error: expected ‘;’ before ‘res’
8 | res = (res*a) % 1000000009
| ^
| ;
9 | res = (res*b) % 1000000009
| ~~~