| Problem | procrastination |
|---|---|
| User | YellowPurpleDragon |
| Submission Time | 2025-06-18 09:58:18 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
procrastination.cpp: In function ‘int main()’:
procrastination.cpp:18:14: error: cannot convert ‘std::deque<std::pair<long long int, long long int> >::empty’ from type ‘bool (std::deque<std::pair<long long int, long long int> >::)() const noexcept’ to type ‘bool’
18 | while (!c.empty && ()c.front().first<e-b) {
| ^~~~~
procrastination.cpp:18:14: error: in argument to unary !
procrastination.cpp:18:24: error: expected primary-expression before ‘)’ token
18 | while (!c.empty && ()c.front().first<e-b) {
| ^
procrastination.cpp:18:25: error: expected ‘)’ before ‘c’
18 | while (!c.empty && ()c.front().first<e-b) {
| ~ ^
| )
procrastination.cpp:18:44: error: expected ‘;’ before ‘)’ token
18 | while (!c.empty && ()c.front().first<e-b) {
| ^