Problem | foodchain |
---|---|
User | paaaaaaaaaaaaaaaaaaa |
Submission Time | 2024-11-07 13:48:35 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
foodchain.cpp: In function ‘int main()’:
foodchain.cpp:4:17: error: declaration does not declare anything [-fpermissive]
4 | #define ll long long;
| ^~~~
foodchain.cpp:7:5: note: in expansion of macro ‘ll’
7 | ll a,b,c,d,e
| ^~
foodchain.cpp:7:8: error: ‘a’ was not declared in this scope
7 | ll a,b,c,d,e
| ^
foodchain.cpp:7:10: error: ‘b’ was not declared in this scope
7 | ll a,b,c,d,e
| ^
foodchain.cpp:7:12: error: ‘c’ was not declared in this scope
7 | ll a,b,c,d,e
| ^
foodchain.cpp:7:14: error: ‘d’ was not declared in this scope
7 | ll a,b,c,d,e
| ^
foodchain.cpp:7:16: error: ‘e’ was not declared in this scope
7 | ll a,b,c,d,e
| ^
foodchain.cpp:8:8: error: ‘x’ was not declared in this scope
8 | ll x = 1000000009
| ^
foodch