Problem foodchain
User Slayer555
Submission Time 2023-12-06 15:45:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

foodchain.cpp:14:16: error: ‘A’ was not declared in this scope
14 | long long s = A * B * C * D * E;
| ^
foodchain.cpp:14:20: error: ‘B’ was not declared in this scope
14 | long long s = A * B * C * D * E;
| ^
foodchain.cpp:14:24: error: ‘C’ was not declared in this scope
14 | long long s = A * B * C * D * E;
| ^
foodchain.cpp:14:28: error: ‘D’ was not declared in this scope
14 | long long s = A * B * C * D * E;
| ^
foodchain.cpp:14:32: error: ‘E’ was not declared in this scope
14 | long long s = A * B * C * D * E;
| ^
foodchain.cpp:15:2: error: ‘cout’ does not name a type
15 | cout << s;
| ^~~~
foodchain.cpp:18:1: error: expected declaration before ‘}’ token
18 | }
| ^