[遞歸與分治算法][BOJ]1031-輸油管道問題

這個題目其實很水。只須要求出所給座標的縱座標的中位數就解決了。沒什麼難度的說。 #include <iostream> #include <cstdio> #include <algorithm> using namespace std; const int MAX_SIZE = 10010; bool cmp(const int& a, const int& b) { if(a <
相關文章
相關標籤/搜索