s=raw_input() c=s.index(".") if s[c+1:]=="doc": print "Word" elif s[c+1:]=="xls": print "Excel" elif s[c+1:]=="ppt": print "PowerPoint"