100 atcoder#ABC134A. [ABC134A] Dodecagon
[ABC134A] Dodecagon
Score : points
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.
4
48
The area of the regular dodecagon is .
15
675
80
19200