xxx=(input())
a=int(xxx.split(' ')[0])
b=int(xxx.split(' ')[1])
print(a+b)

1 分割
2 变整数