#include using namespace std; int main(){ string S,T; cin>>S>>T; int A=stoi(S,nullptr,2); int B=stoi(T,nullptr,2); int ans=A^B; cout<