insert word length by mulder_fbi

enum P{P;System z;{String g=new java.util.Scanner(z.in).nextLine();for(String s:g.split("\\W+"))g=g.replaceFirst(s,s.length()+"_"+s);z.out.println(g);}}

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page