zoukankan
html css js c++ java
[two pointers]Codeforces
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∣)
查看全文
相关阅读:
母牛
831. KMP字符串(模板)
830. 单调栈
829. 模拟队列
827. 双链表
826. 单链表
易错之 Java字符串比较
圆桌问题 (ArrayList+模拟)
士兵队列训练问题 (队列+模拟)
线段树模板集合
原文地址:https://www.cnblogs.com/HuisClos/p/10897317.html
最新文章
Codeforce 580C. Kefa and Park
Codeforce 545D. Queue
Codeforce 573A. Bear and Poker
Codeforce 466C Number of Ways
XidianOJ 1175: count
XidianOJ 1159: 地铁侠
HihoCoder #1467 : 2-SAT·hihoCoder音乐节
XidianOJ 1020 ACMer去刷题吧
XidianOJ 1195 Industry of Orz Pandas
dijkstar 求解次短路
热门文章
bzoj1143
poj2226
tyvj1935(多重匹配)
poj2230(欧拉路)
bzoj1999
poj1201(差分约束)
poj3621(0-1分数规划问题)
岛屿(bzoj1791)
异象石
蜜蜂寻路(斐波那契)
Copyright © 2011-2022 走看看