摘要: C.平分游戏 D.psd面试 感受:dp还是不会,虽然这是最简单的dp。。。。。 E.回旋星空 题解:枚举中间的那个点,分别计算其它点到这个点的距离,再排序。那么相同距离的就会排在一起。 感受:想到了枚举中间点,但算错了复杂度。。。。 F.等式 题解:假设x=n+a,y=n+b;代入方程得:n*n= 阅读全文
posted @ 2018-03-24 19:20 天之道,利而不害 阅读(399) 评论(0) 推荐(0)
摘要: A. Feed the cat After waking up at hh:mm, Andrew realised that he had forgotten to feed his only cat for yet another time (guess why there's only one 阅读全文
posted @ 2018-03-24 10:49 天之道,利而不害 阅读(220) 评论(0) 推荐(0)