modified: 27.cpp

This commit is contained in:
user
2026-08-16 11:21:46 +08:00
parent 1ed31f6d25
commit 7a7e7c0c43
+1 -1
View File
@@ -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;