摘要:
http://poj.org/problem?id=1228 看完凸包,第一次写凸包的题,搞了一晚终于AC了。 这篇博客只是记录一下代码...View Code 1 //#include <iostream> 2 #include <cstdio> 3 #include <cstdlib> 4 #include <cstring> 5 #include <cmath> 6 #include <cctype> 7 #include <vector> 8 #include <set> 9 #includ 阅读全文