摘要: 悬线法 cpp include include include using namespace std; int n, m, h[2005][2005], l[2005][2005], r[2005][2005], uu, iii=0, jjj=0; bool a[2005][2005]; void 阅读全文
posted @ 2017-12-13 19:23 poorpool 阅读(138) 评论(0) 推荐(0)
摘要: 悬线法 cpp include include include using namespace std; int n, m, ans=0, h[1005][1005], l[1005][1005], r[1005][1005]; bool a[1005][1005]; char s[15]; int 阅读全文
posted @ 2017-12-13 18:41 poorpool 阅读(126) 评论(0) 推荐(0)
摘要: 建议看看 "王知昆dalao的论文" ,讲得很好 cpp include include include include using namespace std; int l, w, n, ans=0, sh, xi, ma; struct Node{ int x, y; }nd[5105]; bo 阅读全文
posted @ 2017-12-13 10:48 poorpool 阅读(138) 评论(0) 推荐(0)