문제

링크

풀이

a, b = input().split()
print(int(a) + int(b))