Problem foodchain
User PoTheSloth
Submission Time 2023-11-14 13:55:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

foodchain.cpp:3:13: error: ‘unigned’ does not name a type; did you mean ‘unsigned’?
3 | #define int unigned long long
| ^~~~~~~
foodchain.cpp:4:7: note: in expansion of macro ‘int’
4 | const int M = (int)1e9 + 9;
| ^~~
foodchain.cpp: In function ‘int32_t main()’:
foodchain.cpp:3:13: error: ‘unigned’ was not declared in this scope; did you mean ‘unsigned’?
3 | #define int unigned long long
| ^~~~~~~
foodchain.cpp:7:2: note: in expansion of macro ‘int’
7 | int a, b, c, d, e;
| ^~~
foodchain.cpp:8:7: error: ‘a’ was not declared in this scope
8 | cin>>a>>b>>c>>d>>e;
| ^
foodchain.cpp:8:10: error: ‘b’ was not declared in this scope
8 | cin>>a>>b>>c>>d>>e;
| ^
foodchain.cpp:8:13: error: ‘c’ was not declared in this scope
8 | cin>>a>>b>>c>>