Problem lunchbox
User aa24codebreaker
Submission Time 2023-11-09 10:06:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int32_t main()’:
lunchbox.cpp:19:35: error: expected ‘)’ before ‘;’ token
19 | cur = max({arr[i],cur};
| ~ ^
| )