#include #include #include #define N 8using namespace std;int main(){ int x = 0; cin >> x; string binary = bitset(x).to_string(); int count = 0; for (int i = 0; i 문제 문제코드#include #include #include #define N 8using namespace std;int main(){ int x = 0; cin >> x; string binary = bitset(x).to_string(); int count = 0; for (int i = 0; i 문제풀이해당 문제는 Bitset을 알아야 풀 수 있는 문제입니다. 먼저 처음에 64cm를 가지고 있고 이후 계속 절..