Owl Get a Life
foodchain.cpp: In function ‘int main()’:foodchain.cpp:22:40: error: expected ‘;’ before ‘}’ token 22 | product = (product * values[i]) % mod | ^ | ; 23 | } | ~