摘要:
#include const double PI=acos(-1.0); const double TT=PI/3; using namespace std; struct Point { double x,y; Point(){} Point(double x, double y) :x(x), y(y){} };; struct Segment{ Point a,b; Segment(... 阅读全文
posted @ 2019-04-20 19:48
Andromeda_Galaxy
阅读(341)
评论(0)
推荐(0)
浙公网安备 33010602011771号