Problem | procrastination |
---|---|
User | Huoi |
Submission Time | 2025-06-16 21:05:15 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
procrastination.cpp: In function ‘int main()’:
procrastination.cpp:23:13: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
23 | ans++;
| ^~~
| abs
procrastination.cpp:25:52: error: request for member ‘first’ in ‘tasks.std::queue<int>::front()’, which is of non-class type ‘__gnu_cxx::__alloc_traits<std::allocator<int>, int>::value_type’ {aka ‘int’}
25 | while (!tasks.empty() && tasks.front().first < t - k) {
| ^~~~~
procrastination.cpp:25:60: error: ‘t’ was not declared in this scope; did you mean ‘qt’?
25 | while (!tasks.empty() && tasks.front().first < t - k) {
| ^
| qt
procrastination.cpp:26:17: error: ‘ans’ was not declared in this scope; did yo