[遞歸與分治算法][BOJ]1032-郵局選址問題

其實這個題和上一個輸油管道問題是殊途同歸,只不過這個題目要分別求出橫座標和縱座標的中位數。 #include<iostream> #include<cstdio> #include<algorithm> using namespace std; const int MAX_SIZE = 10000 + 10; bool cmp(const int &a, const int &b) {
相關文章
相關標籤/搜索