while((l=readline())!=null){if(l.substring(0,1)=='h'){l=l.substring(1)}print(l)}