Problem foodchain
User peepeepoop
Submission Time 2026-02-15 23:48:25
Score 0
Max Time N/A
Max Memory N/A

Compile Error

foodchain.cpp: In function ‘int main()’:
foodchain.cpp:6:14: error: expected initializer before ‘%=’ token
6 | long long a %= (1000000000 + 9)
| ^~
foodchain.cpp:14:2: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
14 | ans = (a*b*c*d*e) % (1000000000+9);
| ^~~
| abs