Problem feast
User YSH2020
Submission Time 2023-11-30 11:28:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

feast.cpp: In function ‘int main()’:
feast.cpp:37:9: error: redeclaration of ‘long long int total’
37 | int total = 0;
| ^~~~~
feast.cpp:25:9: note: ‘long long int total’ previously declared here
25 | int total = 0;
| ^~~~~