摘要: #includeusing namespace std;# define maxn 1000000+10void tower(int n,char a,char b,char c){ if(n==1) { cout>n; tower(n... 阅读全文
posted @ 2018-08-27 21:02 Let_Life_Stop 阅读(112) 评论(0) 推荐(0)
摘要: #includeusing namespace std;# define maxn 1000000+10void tower(int n,char a,char b,char c){ if(n==1) { cout>n; tower(n... 阅读全文
posted @ 2018-08-27 21:02 Let_Life_Stop 阅读(96) 评论(0) 推荐(0)
摘要: 题目链接:https://cn.vjudge.net/contest/250168#problem/D题目大意:给你一些点的坐标,这些点属于两个帮派,让你将这些点分进两个不能重叠的矩形中,问你最多两个矩形中不同帮派之和为多少?具体思路:将点分别按照x升序进行排序,按照... 阅读全文
posted @ 2018-08-27 20:10 Let_Life_Stop 阅读(128) 评论(0) 推荐(0)
摘要: 题目链接:https://cn.vjudge.net/contest/250168#problem/D题目大意:给你一些点的坐标,这些点属于两个帮派,让你将这些点分进两个不能重叠的矩形中,问你最多两个矩形中不同帮派之和为多少?具体思路:将点分别按照x升序进行排序,按照... 阅读全文
posted @ 2018-08-27 20:10 Let_Life_Stop 阅读(140) 评论(0) 推荐(0)