QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#416625#8644. Tricolor Lightsegypt_ioi2024_03#Compile Error//C++201.9kb2024-05-22 00:48:252024-06-05 09:06:23

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