|
|
вернуться в форумwa2 c++ sort with comparator Why does bool comp(pair<int,int>& a, pair<int,int>& b) { return a.second > b.second; } not AC with common sort? Re: wa2 c++ sort with comparator Послано xinxer 9 янв 2024 14:58 You are not following the bubble sort ordering :) |
|
|