Problem | lunchbox |
---|---|
User | aa24codebreaker |
Submission Time | 2023-11-09 10:06:08 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int32_t main()’:
lunchbox.cpp:19:35: error: expected ‘)’ before ‘;’ token
19 | cur = max({arr[i],cur};
| ~ ^
| )
lunchbox.cpp:20:17: error: ‘curr’ was not declared in this scope; did you mean ‘cur’?
20 | x = x - curr;
| ^~~~
| cur