A0,B0,C0=map(int,input().split(".")) A1,B1,C1=map(int,input().split(".")) std=A0*100+B0*10+C0 give=A1*100+B1*10+C1 if std