0_0_38787106_14272.cpp: In function 'std::bitset<255> kth(std::bitset<255>)':
0_0_38787106_14272.cpp:219:76: error: could not convert 'std::bitset<253>(1).std::bitset<253>::operator<<(254)' from 'bitset<253>' to 'bitset<255>'
219 | if ((((bitset<255>)1) << vct.size()) - 1 < k) return (((bitset<253>)1) << 254);
| ~~~~~~~~~~~~~~~~~~^~~~~~~
| |
| bitset<253>
|