摘要: Kth number Problem Description Give you a sequence and ask you the kth big number of a inteval. Input The first line is the number of the test cases.  阅读全文
posted @ 2017-06-09 22:22 勿忘初心0924 阅读(307) 评论(0) 推荐(0) 编辑
摘要: 覆盖的面积 Problem Description 给定平面上若干矩形,求出被这些矩形覆盖过至少两次的区域的面积. Input 输入数据的第一行是一个正整数T(1<=T<=100),代表测试数据的数量.每个测试数据的第一行是一个正整数N(1<=N<=1000),代表矩形的数量,然后是N行数据,每一行 阅读全文
posted @ 2017-06-09 12:01 勿忘初心0924 阅读(226) 评论(0) 推荐(0) 编辑