Problem lunchbox
User Ethan1L1K1X1
Submission Time 2024-04-09 22:35:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp:4:2: error: invalid preprocessing directive #using
4 | #using <bits/stdc++.h>
| ^~~~~
lunchbox.cpp: In function ‘int32_t main()’:
lunchbox.cpp:15:2: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
15 | sort(nos,nos+n);
| ^~~~
| qsort