2019年5月22日

[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 HuisClos 阅读(181) 评论(0) 推荐(0) 编辑

导航