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