# cosing:utf-8 a=list(map(int,input().split())) b=a[0]+a[1] print(b) c=input() print(c)