Scanf.scanf "%d" (fun t -> for i = 1 to t do Scanf.scanf " %f" (fun r -> Printf.printf "%f\n" @@ r *. r *. 3. *. sqrt 3. /. 4.) done )