Strange display

這個題一道區間覆蓋題: 這裏要用到線性規劃: max(x , xi),max(y,yi)尋找頂點座標; min(c , ci) 尋找最下的區域; 因此:r = c - x - y; View Code View Code #include<cstdio> #include<cstdlib> #include<cmath> #include<algorithm> #define LL long l
相關文章
相關標籤/搜索