Problem lunchbox
User dzuizz
Submission Time 2023-06-13 13:38:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:10:16: error: ‘n’ was not declared in this scope
10 | sorted(a, a + n);
| ^
lunchbox.cpp:10:2: error: ‘sorted’ was not declared in this scope; did you mean ‘strtod’?
10 | sorted(a, a + n);
| ^~~~~~
| strtod