Problem | lunchbox |
---|---|
User | Maggie |
Submission Time | 2023-11-09 10:11:05 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int32_t main()’:
lunchbox.cpp:5:8: error: ‘A’ was not declared in this scope
5 | sort (A,A + m);
| ^
lunchbox.cpp:5:14: error: ‘m’ was not declared in this scope; did you mean ‘tm’?
5 | sort (A,A + m);
| ^
| tm
lunchbox.cpp:7:34: error: ‘N’ was not declared in this scope
7 | for (int k = 0; k < m && sum <= N; k++){
| ^