Олимпиадный тренинг

Задача 37599. Arithmetic expressions


Write a program that calculates the value of the variable y given the formula:
y = (1 - x2+ 2.5x+ x4)2< /code>

The value of the x variable is set from the keyboard. Define the types of the x and y variables yourself.
Display the value of the y variable on the screen.


Sample input and output. 
Input Output
2 1089