From 3a019b59f4824c83d983e967fe6f85fd3c27d85d Mon Sep 17 00:00:00 2001 From: abc1763613206 Date: Thu, 5 Sep 2019 07:50:59 +0800 Subject: [PATCH] add link --- 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 855f258d..e6c50994 100644 --- a/docs/ds/queue.md +++ b/docs/ds/queue.md @@ -56,7 +56,7 @@ int q[SIZE], ql = 1, qr; ## 例题 -LOJ6515 「贪玩蓝月」 +[LOJ6515 「[雅礼集训 2018 Day10] 贪玩蓝月」 ](https://loj.ac/problem/6515) > 一个双端队列(deque),m 个事件: > -- 2.11.0