1. 程式人生 > >C++刷題常用

C++刷題常用

INT_MAX, INT_MIN
atoi
atoi(s.substr(0,2).to_str())
heap、make_heap、pop_heap、push_heap
sort
sort(a.begin(), a.end(), greater)
sort(a.begin(), a.end(), compare)