Problem supermarket
User Dynonychus
Submission Time 2024-01-05 23:28:58
Score 0
Max Time N/A
Max Memory N/A

Compile Error

supermarket.cpp: In function ‘int main()’:
supermarket.cpp:36:12: error: ‘arr’ was not declared in this scope
36 | curr+=arr[i];
| ^~~
supermarket.cpp:41:19: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
41 | else if(curr>ans)
| ^~~
| abs