123
#include <iostream> #include <bitset> int main() { for ( int i = 0; i < 64; i++ ) std::cout << std::bitset<6>( i ) << '\n'; }