Problem | lunchbox |
---|---|
User | TheresaAlphonse |
Submission Time | 2024-08-05 14:04:40 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:11:12: error: ‘arr_m’ was not declared in this scope; did you mean ‘arr’?
11 | sort(arr, arr_m);
| ^~~~~
| arr
lunchbox.cpp:13:17: error: expected ‘;’ before ‘<’ token
13 | for (int i=0, i<m; i++){
| ^
| ;
lunchbox.cpp:13:17: error: expected primary-expression before ‘<’ token