#54172: python用map


1120328@kmhjh.kh.edu.tw (1120328 s)


#integer
#a = float(input())
#b = float(input())
a, b = map(int, input().split())
print(a+b)