#include using namespace std; int main(){ string A,B; cin >> A >> B; int N = A.size(); vector a(N),b(N); for(int i=0;i