Problem catlunch
User AlphanumericUsername
Submission Time 2024-03-31 21:48:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

catlunch.cpp: In function ‘int main()’:
catlunch.cpp:72:23: error: ‘sums’ was not declared in this scope; did you mean ‘sum’?
72 | cout << *max_element(sums.begin(),sums.end());
| ^~~~
| sum