#include #include int main() { std::string A, B; int check[10] = { 0 }; int match = 0; std::cin >> A >> B; int N = A.size(); for (int i=0; i