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;