import sys input = sys.stdin.readline from collections import * for _ in range(int(input())): r = int(input()) print(3**1.5/4*r*r)