Problem | foodchain |
---|---|
User | thatlycheeoolongdrink |
Submission Time | 2024-02-21 16:58:09 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
foodchain.cpp: In function ‘int main()’:
foodchain.cpp:6:4: error: ‘a’ was not declared in this scope
6 | x=a%1000000009;
| ^
foodchain.cpp:7:4: error: ‘b’ was not declared in this scope
7 | x=b%1000000009;
| ^
foodchain.cpp:8:4: error: ‘c’ was not declared in this scope
8 | x=c%1000000009;
| ^
foodchain.cpp:9:4: error: ‘d’ was not declared in this scope
9 | x=d%1000000009;
| ^
foodchain.cpp:10:4: error: ‘e’ was not declared in this scope
10 | x=e%1000000009;
| ^