Problem | procrastination |
---|---|
User | hitarthdangra |
Submission Time | 2025-06-18 10:48:58 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
procrastination.cpp: In function ‘int main()’:
procrastination.cpp:14:25: error: ‘q’ was not declared in this scope
14 | for (int i = 0; i < q; i++) {
| ^
procrastination.cpp:29:21: error: ‘myQ’ was not declared in this scope
29 | while (!myQ.empty() and myQ.front().first < T - k) {
| ^~~
procrastination.cpp:29:61: error: ‘k’ was not declared in this scope
29 | while (!myQ.empty() and myQ.front().first < T - k) {
| ^