摘要:
凸包板子 #include<iostream> #include<cstdio> #include<cmath> #include<cstring> #include<algorithm> using namespace std; struct Point { int x,y; }; Point a 阅读全文
摘要:
不知道再哪里炸了longlong,懒得想了,全开就好了 #include <bits/stdc++.h> using namespace std; long long a[200100], c[200100], c1[200100], c2[200100], n; long long ans1 = 阅读全文
摘要:
#include<bits/stdc++.h> using namespace std; int xx,yy,vv,dis[510],len=0,lin[510],T,n,m; bool vis[510]; struct one { int y,v,next; }; one e[20100]; // 阅读全文