2512: Three Circles in a Triangle

内存限制:128 MB 时间限制:1.000 S
评测方式:文本比较 命题人:
提交:1 解决:1

题目描述

There are three kingdoms in a country which the shape is triangular.Every kingdom wants to expand their control scope which is a circle.But when one kingdom's control scope is bigger, the other two may reduce,when they found this simple rule,they made a deal,they will make full use of this triangular country together instead of fighting each other.So they have a problem, what's the maximum ratio that the sum of three circles' area divided by the triangular country? We should make sure that every circle is inside of the triangle, and every two of them should not have any overlap.

输入

Three numbers(<100000)indicate the length of the triangle .

输出

For each test case, you should output the precentage of the maximum ratio, the result should be rounded to 2 decimal places.

样例输入 复制

6 6 6

样例输出 复制

73.90%