From c19816b200a558dfea48d7f0a4f836b4be8b4507 Mon Sep 17 00:00:00 2001 From: longlongzhu123 <46618023+longlongzhu123@users.noreply.github.com> Date: Fri, 15 Feb 2019 21:55:41 +0800 Subject: [PATCH] Update splay.md MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 修改了bzoj的权限题链接 --- docs/ds/splay.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ds/splay.md b/docs/ds/splay.md index 7aaa591a..c48fbb70 100644 --- a/docs/ds/splay.md +++ b/docs/ds/splay.md @@ -424,7 +424,7 @@ int main() { ## 练习题 -[bzoj 1552\[Cerc2007\]robotic sort](https://www.lydsy.com/JudgeOnline/problem.php?id=1552)(权限题) +[luogu P4402 \[Cerc2007\]robotic sort 机械排序](https://www.luogu.org/problemnew/show/P4402) [luogu P3380【模板】二逼平衡树(树套树)](https://www.luogu.org/problemnew/show/P3380) -- 2.11.0