Problem | stickytape |
---|---|
User | Pan |
Submission Time | 2023-12-07 21:15:39 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
stickytape.cpp: In function ‘int main()’:
stickytape.cpp:50:2: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
50 | sort(t.begin(), t.end());
| ^~~~
| qsort