n=int(input()) for i in range(n): p=int(input()) if p==2: print(p) else: print((p-1)*(p-1))