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

Задача 21562. Formula 1


Write a program that calculates the value of \(y=3\cdot x^6-6\cdot x^ 2-7\)with a given value x.

Input
The input to the program is an integer x (\(x < 10\)).

Imprint
Print the value of y

 

Examples
# Input Output
1 5 46718