Problem | curtains |
---|---|
User | HighLithop |
Submission Time | 2023-12-08 13:41:25 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
curtains.cpp: In function ‘int main()’:
curtains.cpp:33:2: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
33 | sort(curtains,curtains+m,cmp);
| ^~~~
| qsort