From 436c85de36e613c2eb7aa957a6b83e81d2aa1261 Mon Sep 17 00:00:00 2001 From: abc1763613206 Date: Thu, 5 Sep 2019 07:49:28 +0800 Subject: [PATCH] upd --- 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 6d7ba090..855f258d 100644 --- a/docs/ds/queue.md +++ b/docs/ds/queue.md @@ -56,7 +56,7 @@ int q[SIZE], ql = 1, qr; ## 例题 -LOJ6515「贪玩蓝月」 +LOJ6515 「贪玩蓝月」 > 一个双端队列(deque),m 个事件: > -- 2.11.0