#include using namespace std; int main() { string A,B; cin>>A>>B; int ans=0; int n=max(A.size(),B.size()); for(int i=0;i