• + 2 comments

    I thought it would be nice to use std::popcount() and std::countr_zero() to avoid a loop but apparently parts of the C++20 standard library are not available :-(

    Solution.cpp:2:10: fatal error: bit: No such file or directory
     #include <bit>
              ^~~~~
    compilation terminated.