Problem foodchain
User R1
Submission Time 2023-03-06 17:47:49
Score 0
Max Time N/A
Max Memory N/A

Compile Error

foodchain.cpp: In function ‘int main()’:
foodchain.cpp:19:10: error: expected initializer before ‘*=’ token
19 | ll ans *= a*b;ans % f;
| ^~
foodchain.cpp:19:17: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
19 | ll ans *= a*b;ans % f;
| ^~~
| abs