Problem | traineeline |
---|---|
User | BigEd15 |
Submission Time | 2025-05-07 16:00:00 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
traineeline.cpp: In function ‘int main()’:
traineeline.cpp:36:21: error: expected unqualified-id before ‘new’
36 | pair<int, int> new = {height, count-X};
| ^~~
traineeline.cpp:37:23: error: expected type-specifier before ‘)’ token
37 | dq.push_front(new);
| ^