Split into multiples of 7 by rolf

import java.math.BigInteger;enum X{X;System z;String s="";{try{for(;;){s+=(char)z.in.read();if(new BigInteger(s).mod(new BigInteger("7")).intValue()<1){z.out.println(s);s="";}}}catch(Exception e){}}}

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

To protect the system from spam, please input your favorite sport (hint: I believe its name must start with 'g', case insensitive)

download

return to the top page