a=input() if (a[-4:]==".ppt"): print("PowerPoint") if (a[-4:]==".doc"): print("Word") if (a[-4:]==".xls"): print("Excel")