It has been said in problem description: For each test case you should output 2 real numbers: the volume and surface area of the hull with precision 0.01
I have fixed the error in description. First should be output area, next volume. Precision in output can be any 0.01, 0.0001 or even 0.000001, but judge check only 0.01.