聪慧咖啡

文章
3
资源
0
加入时间
3年2月3天

线扫描法之周长并

#include <cstdio>#include <map>#include <algorithm>using namespace std;/*代码来自大佬*/typedef long long ll;const int kMax = 50000 + 10;struct P { int x, p, v;//坐标,序号,+1或-1 ...