s = input() if s[-1] == 'c': print("Word") elif s[-1] == 's': print("Excel") elif s[-1] == 't': print("PowerPoint")