Problem | procrastination |
---|---|
User | Avinash |
Submission Time | 2025-06-18 10:16:48 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
procrastination.cpp: In function ‘int main()’:
procrastination.cpp:9:21: error: wrong number of template arguments (1, should be 2)
9 | deque<pair<long long>> tasks;
| ^~~~
In file included from /usr/include/c++/9/bits/stl_algobase.h:64,
from /usr/include/c++/9/bits/specfun.h:45,
from /usr/include/c++/9/cmath:1927,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:41,
from procrastination.cpp:1:
/usr/include/c++/9/bits/stl_pair.h:208:12: note: provided for ‘template<class _T1, class _T2> struct std::pair’
208 | struct pair
| ^~~~
procrastination.cpp:9:25: error: template argument 1 is invalid
9 | deque<pair<long long>> tasks;
| ^~
procrastination.cpp:9:25: error: template argument 2 is invalid
procrastination.cpp:19:19: error: request for membe