Contest
- hihoCoder挑战赛25(solved 3/4)
- 11.13 2016ACM/ICPC亚洲区青岛站(5/13, solved 7/13)
Training
- 11.06 2016年中国大学生程序设计竞赛(合肥)(solved 6/10)
- 10.30 2016ACM/ICPC亚洲区沈阳站(solved 6/13)
Todo
- CF DIV1 补全(14/100)
- CF 橙名
CF DIV2 (100/100)- 11.17
- 增加数学方面题目的练习。
- 精简模板。
- 11.06
线性规划、simplex- 斯坦纳树
可持久化并查集fwt
- 10.30
- AtCoder Grand Contest 006 Announcement
Guessing the Dice Roll- The Elder
Query on a graph- Do not pour out
- 10.22
- 10.7
- J. Full Steiner Topologies
G. Share the Ruins PreservationG. Road HistoryB. Odd Discount- F. Uniformly Branched Tree
- 10.4
- 10.2
Codeforces Round #374 (Div. 2)- Intel Code Challenge Elimination Round (Div.1 + Div.2, combined)
- 9.23
- 9.10
- 9.6
WrongDoing
- double进行计算时容易出现误差,考虑转换成结果大小比较,进而重新计算结果值。
- deque注意push_front()和push_back(),不要使用定义的pb。
- INF和LINF没有比可能的答案大。
- 01型整数规划一般为穷举。
- 浮点数做除法时,精度需要开小点,避免较大误差。
- 线段树add标记默认写成>0,而题目可能出现负数,以后不要再判正负,直接下传。