摘要:
1 //UVALive7461 - Separating Pebbles 判断两个凸包相交 2 3 #include 4 using namespace std; 5 #define LL long long 6 typedef pair pii; 7 const int inf = 0x3f3f3f3f; 8 const int N =1e5+10; 9... 阅读全文
posted @ 2016-10-22 14:32
yyblues
阅读(921)
评论(0)
推荐(0)