Problem contestcalc
User nycoder
Submission Time 2024-06-19 15:18:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

contestcalc.cpp: In function ‘int main()’:
contestcalc.cpp:18:5: error: ‘arr’ was not declared in this scope
18 | arr[i] = umap[k];
| ^~~
contestcalc.cpp:22:12: error: ‘arr’ was not declared in this scope
22 | sum += arr[i];
| ^~~