Problem | foodchain |
---|---|
User | Zera |
Submission Time | 2024-02-10 17:34:05 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
foodchain.cpp: In function ‘int main()’:
foodchain.cpp:3:23: error: expected initializer before numeric constant
3 | #define long long MOD 1000000009
| ^~~~~~~~~~
foodchain.cpp:5:14: note: in expansion of macro ‘long’
5 | unsigned long long a,b,c,d,e,f;
| ^~~~
foodchain.cpp:6:10: error: ‘a’ was not declared in this scope
6 | cin>>a>>b>>c>>d>>e;
| ^
foodchain.cpp:6:13: error: ‘b’ was not declared in this scope
6 | cin>>a>>b>>c>>d>>e;
| ^
foodchain.cpp:6:16: error: ‘c’ was not declared in this scope
6 | cin>>a>>b>>c>>d>>e;
| ^
foodchain.cpp:6:19: error: ‘d’ was not declared in this scope
6 | cin>>a>>b>>c>>d>>e;
| ^
foodchain.cpp:6:22: error: ‘e’ w