N=input() H=input() mylist=list(N) a=mylist[0] b=mylist[2] print(int(a)+int(b)) print(H)