x = map(int, input().split()) print(sum(x))