Owl Get a Life
foodchain.cpp: In function ‘int main()’:foodchain.cpp:8:28: error: expected ‘;’ before ‘res’ 8 | res = (res*a) % 1000000009 | ^ | ; 9 | res = (res*b) % 1000000009 | ~~~