import sys input = sys.stdin.readline t=int(input()) for tests in range(t): r=int(input()) print(r*r*1.299038105676657)