|
|
back to boardAccepted Posted by Bekzhan 24 Aug 2012 14:55 I used stable_sort and had wrote this comparator: bool cmp(PII a, PII b) { return (a.first > b.first) } Re: Accepted Man, you're genius. Re: Accepted Posted by Bekzhan 24 Aug 2012 15:24 It was sarkazm? Re: Accepted You need "Sarkazm" table, man. Re: Accepted Posted by Bekzhan 25 Aug 2012 21:42 U too Re: Accepted First time I use bubblesort, but TLE. |
|
|