Codeforces Gym-101617F Move Away [計算幾何]

題意:給你n個圓,求包含在全部圓的區域內距離原點最遠的點。this 題解:這個點一定是交點或者是圓心與原點的直線與圓的交點。spa AC代碼:code #include<stdio.h> #include <math.h> #include <stdlib.h> #include <stdio.h> #include <string.h> #define eps 1e-8 using namesp
相關文章
相關標籤/搜索