Problem | competition |
---|---|
User | zyh571 |
Submission Time | 2023-01-06 18:37:45 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
In file included 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 competition.cpp:1:
/usr/include/c++/9/tuple: In instantiation of ‘struct std::tuple_element<1, std::tuple<> >’:
/usr/include/c++/9/utility:114:11: required by substitution of ‘template<long unsigned int __i, class _Tp> using __tuple_element_t = typename std::tuple_element::type [with long unsigned int __i = 1; _Tp = std::tuple<>]’
/usr/include/c++/9/tuple:1341:5: required from here
/usr/include/c++/9/tuple:1303:25: error: static assertion failed: tuple index is in range
1303 | static_assert(__i < tuple_size<tuple<>>::value,
| ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/9/algo