풀이
끄아아아아
코드
#include <iostream>
#include <string>
using namespace std;
int n;
string a, b;
int main() {
cin.tie(0); ios_base::sync_with_stdio(0);
cin >> n;
while (n--) {
int r = 0;
cin >> a >> b;
for (int i = 0; i < a.size(); i++) if (a[i] != b[i]) r++;
cout << "Hamming distance is " << r << ".\n";
}
return 0;
}
아무말
백준, 백준 온라인 저지, BOJ, Baekjoon Online Judge, C, C++, 씨, 씨쁠쁠, JAVA, algorithm, 자바, 알고리즘, 자료구조, 문제, 문제 풀이, 풀이