10 2019 档案

摘要:1.洛谷P1111修复公路,忘记了M的大小才是排序的大小,搞成了N去了,虽然通过RE猜到了一丢丢,但是还是拖累了好久,洛谷高性能题是不是都是卡数据,只有减减枝才能过,嘤嘤嘤。 2.洛谷1087FBI树,这道题在递归的时候忘记了二分的规则,mid = (begin + end) / 2, 而不是end 阅读全文
posted @ 2019-10-12 21:17 funforever 阅读(114) 评论(0) 推荐(0)
摘要:B2. Social Network (hard version) time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output The on 阅读全文
posted @ 2019-10-02 11:56 funforever 阅读(393) 评论(0) 推荐(0)