| Problem | padoru |
|---|---|
| User | boaznumberd5555 |
| Submission Time | 2025-01-12 03:08:10 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
padoru.cpp:4:43: error: template argument 1 is invalid
4 | queue <pair<pair<int,int>, pair<int,int>> q;
| ^
padoru.cpp:4:43: error: template argument 2 is invalid
padoru.cpp: In function ‘int main()’:
padoru.cpp:12:24: error: missing template arguments after ‘array<...auto...>’
12 | memset(dp, -1, sizeof(array[0][0]) * w * h);
| ^~~~~
In file included from /usr/include/c++/9/tuple:39,
from /usr/include/c++/9/functional:54,
from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13,
from /usr/include/c++/9/algorithm:71,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:65,
from padoru.cpp:1:
/usr/include/c++/9/array:94:12: note: ‘template<class _Tp, long unsigned int _Nm> struct std::array’ declared here
94 | struct array
|