Problem foodchain
User om2024
Submission Time 2025-11-12 11:40:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

foodchain.cpp: In function ‘int main()’:
foodchain.cpp:8:2: error: expected ‘,’ or ‘;’ before ‘cout’
8 | cout << ans%MOD << endl;
| ^~~~