SP4408 FENCE1 - Build a Fence
题目描述
题目:有一堵无限大的墙,用长度为 $L$ 的绳子与这堵墙所能围成的区域最大面积是多少?
输入格式
The input consists of several test cases.
For every test case, there is only one integer _L_ (1
输出格式
样例输入:
1
0
样例输出:
0.16
感谢@qq1010903229 提供的翻译