From 7a7e7c0c43ab3a110639d42426ef3a1da9580751 Mon Sep 17 00:00:00 2001 From: user Date: Sun, 16 Aug 2026 11:21:46 +0800 Subject: [PATCH] modified: 27.cpp --- 27.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/27.cpp b/27.cpp index 5b716d9..bdfc216 100644 --- a/27.cpp +++ b/27.cpp @@ -26,7 +26,7 @@ int main() for (int t = 1; t <= maxR; t++) { while (!q.empty() && q.top().r < t) - used[be[q.top().index]] = 0,q.pop(); + used[be[q.top().index]] = 0, q.pop(); while (tot <= n && cow[tot].l <= t) { int stall = -1;