#include using namespace std; int main(){ cin.tie(0),ios::sync_with_stdio(false); string s,tmp; cin>>s>>tmp; s+=tmp; int ans=0; for(int i=0,t=0;i