游客 Signup | Login
中文 | En

3847 - 2.22几何方面:六边形面积

通过次数

0

提交次数

0

Time Limit : 1 秒 Memory Limit : 128 MB

(几何方面:六边形面积)编写程序,提示用户输入六边形的边长,然后显示它的面积。计算六边形面积的公式是:

                    

Input

在屏幕上显示这段文字 Enter the side: 输入数据

Output

在屏幕上显示这段文字The area of the hexagon is  输出结果

Examples

Input Format

Enter the side: 5.5  

Output Format

The area of the hexagon is 78.5895