var s:string;begin repeat readln(s);writeln(copy(s,ord(s<^4)+1))until 0>0end.