be_weight(n);//去重 Convex_hull(n);//求凸包 Min_rectangle(cnt); } return 0; }
Whitespace Ignore whitespace Split Unified 0 acm/computational-geometry/模板旋转卡壳求凸包直径.md → acm/computational-geometry/旋转卡壳求凸包直径.md File renamed without changes. 0 comments on commit 6c40c3b Please sign in to comment. Footer...
⼆维凸包模板(凸包重⼼,周长,⾯积,直径,最⼤三⾓形,最 ⼩环绕矩形)#include"string.h"#include"stdio.h"#include"iostream"#include"algorithm"#include"queue"#include"stack"#define M 100009 #define N 100009 #include"stdlib.h"#include"math.h"#define inf 10000000000000000LL #define INF...