A+B
a, b = input().split() a = int(a) b = int(b) print(a+b)
1001 문제 참고
https://velog.io/@chestnut1044/%EB%B0%B1%EC%A4%801001python-A-B