Problem optimalsubseq
User Tyx2019
Submission Time 2023-04-19 13:44:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

In file included from /usr/include/c++/9/ext/pb_ds/detail/type_utils.hpp:45,
from /usr/include/c++/9/ext/pb_ds/tag_and_trait.hpp:46,
from /usr/include/c++/9/ext/pb_ds/assoc_container.hpp:46,
from optimalsubseq.cpp:4:
/usr/include/c++/9/cstddef:90:21: error: redefinition of ‘struct std::__byte_operand<long long int>’
90 | template<> struct __byte_operand<long long> { using __type = byte; };
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/9/cstddef:86:21: note: previous definition of ‘struct std::__byte_operand<long long int>’
86 | template<> struct __byte_operand<int> { using __type = byte; };
| ^~~~~~~~~~~~~~~~~~~
/usr/include/c++/9/cstddef:91:21: error: redefinition of ‘struct std::__byte_operand<long long unsigned int>’
91 | template<> struct __byte_operand<unsigned long long> { using