s=input() ls=len(s) back=s[ls-3:ls+1] #print(back) if back=="doc": print("Word") elif back=="xls": print("Excel") else: print("PowerPoint")