Problem | foodchain |
---|---|
User | blob |
Submission Time | 2023-11-10 09:12:16 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
foodchain.cpp: In function ‘int main()’:
foodchain.cpp:6:14: error: expected initializer before ‘==’ token
6 | long long f == a+b+c+d+e;
| ^~
foodchain.cpp:7:23: error: ‘f’ was not declared in this scope
7 | cout << 1000000009 % f;
| ^