今天在做P3809时用hash+二分,排序时使用sort()TLE了三个点,而改用stable_sort()则AC
sort()
stable_sort()
所以请问这两个函数有没有什么效率的差异吗
违规紫衫qwq