摘要: 分析: #include<cstdio> #include<cstring> #include<string> #include<cmath> #include<algorithm> #include<iostream> #define ll long long using namespace st 阅读全文
posted @ 2020-07-09 22:53 DuJunlong 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 传送 题目大意:给定一个序列 ,在序列中找两个数x,y,使得|x-y|,|x+y| 在数轴中覆盖掉|x|,|y|, 问该序列中有多少对这种数。 方法:尺取法 正负无关,先排序,然后尺取的时候,注意ans加的是尺取出来的子序列的长度 #include<cstdio> #include<cstring> 阅读全文
posted @ 2020-07-09 08:56 DuJunlong 阅读(5) 评论(0) 推荐(0) 编辑