#abc134a. [abc134_a]Dodecagon
[abc134_a]Dodecagon
Problem Statement
It is known that the area of a regular dodecagon inscribed in a circle of radius is .
Given an integer , find the area of a regular dodecagon inscribed in a circle of radius .
Constraints
- is an integer.
Input
Input is given from Standard Input in the following format:
Output
Print an integer representing the area of the regular dodecagon.
Sample Input 1
4
Sample Output 1
48
The area of the regular dodecagon is .
Sample Input 2
15
Sample Output 2
675
Sample Input 3
80
Sample Output 3
19200