program ideone;
uses SysUtils;
begin
  writeln(FormatFloat('0.####################', 0.002*0.002*0.002));
end.