Problem foodchain
User aj
Submission Time 2025-11-24 17:32:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

foodchain.cpp: In function ‘int main()’:
foodchain.cpp:11:15: error: expected initializer before ‘base’
11 | long lonc base=10;
| ^~~~
foodchain.cpp:13:28: error: ‘base’ was not declared in this scope
13 | cout<<(A*B*C*D*E)%(pow(base,power)+power)<<endl;
| ^~~~