www.acmicpc.net/problem/3449 3449번: 해밍 거리 입력을 여러 개의 테스트 케이스로 이루어져 있다. 첫째 줄에는 테스트 케이스의 개수 T가 주어진다. 각 테스트 케이스는 두 줄로 이루어져 있다. 각 줄에는 이진수가 하나씩 주어진다. 두 이진 www.acmicpc.net 코드 #include using namespace std; int main() { string num1; string num2; int t; cin >> t; for(int i=0; i> num1 >> num2; int cnt = 0; for(int j=0; j