while True: temp = raw_input() if temp.find(".doc")!=-1: print "Word" elif temp.find(".xls")!=-1: print "Excel" elif temp.find(".ppt")!=-1: print "PowerPoint"