Count of circles in a number aka 2581 by kaki

(loop(princ(loop for x across(read-line)sum(loop for y across"06889"if(eq x y)sum 1)))(terpri))

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

download

return to the top page