Y by pooq

class A{public static void main(String[]a)throws Exception{for(int i=0;i<999;i++)if(System.in.read()==89)System.out.println(i);}}

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

download

return to the top page