Problem foodchain
User bz
Submission Time 2023-07-06 21:21:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

foodchain.cpp: In function ‘int main()’:
foodchain.cpp:16:49: error: expected ‘;’ before ‘}’ token
16 | product = ((product%mod)*(temp%mod))%mod
| ^
| ;
17 | }
| ~