#33908: python解


2007alexchen0619@gmail.com (慕學)


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