QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#416625 | #8644. Tricolor Lights | egypt_ioi2024_03# | Compile Error | / | / | C++20 | 1.9kb | 2024-05-22 00:48:25 | 2024-06-05 09:06:23 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
In file included from Bruno.code:10: /usr/include/c++/11/tr2/dynamic_bitset: In instantiation of ‘struct std::tr2::__dynamic_bitset_base<__int128 unsigned, std::allocator<__int128 unsigned> >’: /usr/include/c++/11/tr2/dynamic_bitset:419:11: required from ‘class std::tr2::dynamic_bitset<__int128 unsigned>’ Bruno.code:15:44: required from here /usr/include/c++/11/tr2/dynamic_bitset:64:47: error: static assertion failed: template argument _WordT not an unsigned integral type 64 | static_assert(std::is_unsigned<_WordT>::value, "template argument " | ^~~~~ /usr/include/c++/11/tr2/dynamic_bitset:64:47: note: ‘std::integral_constant<bool, false>::value’ evaluates to false /usr/include/c++/11/tr2/dynamic_bitset: In instantiation of ‘class std::tr2::dynamic_bitset<__int128 unsigned>’: Bruno.code:15:44: required from here /usr/include/c++/11/tr2/dynamic_bitset:422:47: error: static assertion failed: template argument _WordT not an unsigned integral type 422 | static_assert(std::is_unsigned<_WordT>::value, "template argument " | ^~~~~ /usr/include/c++/11/tr2/dynamic_bitset:422:47: note: ‘std::integral_constant<bool, false>::value’ evaluates to false