Problem | goombatower |
---|---|
User | user123 |
Submission Time | 2023-12-11 10:46:33 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
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 goombatower.cpp:9:
/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 __