Problem placingrouters
User ChickenCoder
Submission Time 2023-06-15 06:55:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

placingrouters.cpp: In function ‘void solve()’:
placingrouters.cpp:16:2: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
16 | sort(arr.begin()+1, arr.end(), comp);
| ^~~~
| qsort