Problem foodchain
User MistyMoon
Submission Time 2026-02-14 11:02:26
Score 0
Max Time N/A
Max Memory N/A

Compile Error

foodchain.cpp: In function ‘int main()’:
foodchain.cpp:17:12: error: expected ‘;’ before ‘f’
17 | f = A*B
| ^
| ;
18 | f = f%1000000009;
| ~
foodchain.cpp:19:9: error: expected ‘;’ before ‘f’
19 | f = f*C
| ^
| ;
20 | f = f%1000000009;
| ~
foodchain.cpp:21:9: error: expected ‘;’ before ‘f’
21 | f = f*D
| ^
| ;
22 | f = f%1000000009;
| ~
foodchain.cpp:23:9: error: expected ‘;’ before ‘f’
23 | f = f*E
| ^
| ;
24 | f = f%1000000009;
| ~