[two pointers]Codeforces - 1166C - A Tale of Two Lands
摘要:http://codeforces.com/problemset/problem/1166/C 分析:给定n 个数,其中有x,y,... 满足 min(∣x−y∣,∣x+y∣) ≤ min(∣x∣,∣y∣)且 max(∣x∣,∣y∣) ≤ max(∣x−y∣,∣x+y∣) http://codefo
阅读全文
posted @ 2019-05-22 22:09
浙公网安备 33010602011771号