import sys
a = int(input())
b = int(input())
print(a+b)

用python来算有点不讲武德了