Problem foodchain
User TheFelixKS
Submission Time 2024-03-14 11:49:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

foodchain.cpp: In function ‘int main()’:
foodchain.cpp:5:2: error: ‘uint64_t’ was not declared in this scope
5 | uint64_t a, b, c, d, e;
| ^~~~~~~~
foodchain.cpp:6:27: error: ‘a’ was not declared in this scope
6 | scanf("%i %i %i %i %i", &a, &b, &c, &d, &e);
| ^
foodchain.cpp:6:31: error: ‘b’ was not declared in this scope
6 | scanf("%i %i %i %i %i", &a, &b, &c, &d, &e);
| ^
foodchain.cpp:6:35: error: ‘c’ was not declared in this scope
6 | scanf("%i %i %i %i %i", &a, &b, &c, &d, &e);
| ^
foodchain.cpp:6:39: error: ‘d’ was not declared in this scope
6 | scanf("%i %i %i %i %i", &a, &b, &c, &d, &e);
| ^
foodchain.cpp:6:43: error: ‘e’ was not declared in this scope
6 | scanf("%i %i %i %i %i", &a, &b, &c, &d, &e);
|