a = raw_input("introduce-ti primul numar: ")
b = raw_input("Introduce-ti al doilea numar: ")

print (int(a) + int(b))