Count of circles in a number aka 2581 by clock

for(;;)print(readline().replace(/[1-57]|(8)/g,'$1$1').length)

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

download

return to the top page