摘要: 【题目链接】 https://www.lydsy.com/JudgeOnline/problem.php?id=4919 【题解】 很妙的一道题。考虑N∗logN" role="presentation" style="position: rel... 阅读全文
posted @ 2018-04-02 21:55 Vanisher 阅读(75) 评论(0) 推荐(0) 编辑
摘要: 【题目链接】 https://www.lydsy.com/JudgeOnline/problem.php?id=1097 【题解】 首先预处理出前k+1个点到每个点的最短路。 然后状压dp。记f[i][j]" role="presentation" sty... 阅读全文
posted @ 2018-04-02 21:45 Vanisher 阅读(68) 评论(0) 推荐(0) 编辑