摘要: 1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 #include 8 #include 9 10 #define Faster ios::sync_with_stdio(false),cin.tie(0) 11 #define Read freopen("in.txt","... 阅读全文
posted @ 2018-06-09 18:57 ouyang_wsgwz 阅读(200) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #include 4 #include 5 using namespace std; 6 7 #define N 310 8 #define inf 0x7fffffff 9 10 struct point 11 { 12 int x,y; 13 }dd[N]; 14 15 int n,p; 16 int dp[N... 阅读全文
posted @ 2018-06-09 16:34 ouyang_wsgwz 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 #include 8 #include 9 10 #define Faster ios::sync_with_stdio(false),cin.tie(0) 11 #define Read freopen("in.txt","... 阅读全文
posted @ 2018-06-09 14:16 ouyang_wsgwz 阅读(144) 评论(0) 推荐(0) 编辑