print("Ola mundo")
y = 1
z = 2
x = y + z
print(x)