From 19aaa28eeb3b940a742be8006ed902457a688c3f Mon Sep 17 00:00:00 2001 From: abc1763613206 Date: Thu, 5 Sep 2019 10:26:09 +0800 Subject: [PATCH] Apply suggestion --- docs/ds/queue.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ds/queue.md b/docs/ds/queue.md index 20d6f9af..3484c424 100644 --- a/docs/ds/queue.md +++ b/docs/ds/queue.md @@ -56,7 +56,7 @@ int q[SIZE], ql = 1, qr; ## 例题 - [LOJ6515「\[雅礼集训 2018 Day10\]贪玩蓝月」](https://loj.ac/problem/6515) + [LOJ6515 「雅礼集训 2018 Day10」贪玩蓝月](https://loj.ac/problem/6515) > 一个双端队列(deque),m 个事件: > -- 2.11.0