1
2
3
4
5
6
import numpy as np

a = int(input())
b = int(input())

print(a+b)