Solution to Codeforces 2040E
Link to pr... Read more
Link to pr... Read more
题目链接.首先把所有的一元限制按照$c_j$... Read more
给定一张无向图, 有边权, 可能有重边和自环. 我们用$p_0$表示原图上从节点$1$到$n$的一条最短路. 对图上的任意一条边$e$, 设$p(e)$是删去边$e$后的从$1$到$n$的最短路, 设$f(e)$是$p(e)$的... Read more
A combinatorics problem on tree. Read more
A very brief record on how to build and customize a Hexo blog, migrate from WordPress, and deploy it on Cloudflare Pages. Read more
Definitions, examples using Maybe and [], laws, and more. Read more
早年在 QQ 音乐收藏了600+首歌,后来因为各种原因转用Spotify。很想把歌单导出,但网路上现有的脚本基本都失效了,歌单转换平台 Soundiiz 也并不支持 QQ 音乐这个平台。 Read more
View the problem here. Read more
因为自己脑子有问题把系统搞炸了,在朋友帮助下进行了一个重装系统。简记过程。 Read more
莫队算法是基于分块思想的区间查询离线算法。带修莫队支持单点修改。树上莫队则是使用欧拉序将树序列化后,套用莫队算法。 Read more