Problem inspections
User tanay510
Submission Time 2024-01-21 22:47:06
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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