Problem foodchain
User yuanbin
Submission Time 2026-03-19 14:55:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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