Problem procrastination
User Huoi
Submission Time 2025-06-16 21:05:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

procrastination.cpp: In function ‘int main()’:
procrastination.cpp:26: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’}
26 | while (!tasks.empty() && tasks.front().first < t - k) {
| ^~~~~
procrastination.cpp:26:60: error: ‘t’ was not declared in this scope; did you mean ‘qt’?
26 | while (!tasks.empty() && tasks.front().first < t - k) {
| ^
| qt