for _ in range(int(input())): N=int(input()) if N==1: print("P") else: print("K")