str=raw_input() if '.doc' in str: print 'Word' elif '.ppt' in str: print 'PowerPoint' elif 'xls' in str: print 'Excel'