loop{p gets.split.reduce(0){|x,z|x+z.to_i==7?0:x+z.to_i}}
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page