Owl Get a Life
foodchain.cpp: In function ‘int main()’:foodchain.cpp:12:9: error: expected ‘;’ before ‘ans’ 12 | n %= b | ^ | ; 13 | ans = (ans * n) % b; | ~~~