Problem foodchain
User mingging1748
Submission Time 2024-11-06 18:05:55
Score 0
Max Time N/A
Max Memory N/A

Compile Error

foodchain.cpp: In function ‘int main()’:
foodchain.cpp:9:22: error: expected ‘;’ before ‘cout’
9 | answer %= 1000000009
| ^
| ;
10 | cout << answer;
| ~~~~