Problem | lunchbox |
---|---|
User | nivay210 |
Submission Time | 2023-11-09 10:49:05 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:13:15: error: ‘m’ was not declared in this scope
13 | sort (A, A + m);
| ^
lunchbox.cpp:19:6: error: expected ‘(’ before ‘sum’
19 | if sum > N {
| ^~~
| (