Owl Get a Life
foodchain.cpp: In function ‘int32_t main()’:foodchain.cpp:13:22: error: expected ‘;’ before ‘ans’ 13 | x %= (int)(1e9+9ULL) | ^ | ; 14 | ans = x * ans; | ~~~