import math
y = float
x = input(float())
a = input(float())
b = input(float())
if x == 2:
y = math.cos(math.pow(x,2) + math.cos(x))
print
elif x==1:
y = math.pow(math.e, math.sin(a)*x)
print
elif x == -2:
y = math.log(math.pow(x,2)+b)
print
else:
print('Вы ввели неверные значения'
y = float
x = input(float())
a = input(float())
b = input(float())
if x == 2:
y = math.cos(math.pow(x,2) + math.cos(x))
elif x==1:
y = math.pow(math.e, math.sin(a)*x)
elif x == -2:
y = math.log(math.pow(x,2)+b)
else:
print('Вы ввели неверные значения'