Problem watching
User MasterCoder8421
Submission Time 2025-12-12 15:03:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

watching.cpp: In function ‘int main()’:
watching.cpp:53:5: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
53 | sort(events.begin(), events.end());
| ^~~~
| qsort