Count diamonds level 2 by Chiether

<?foreach(explode("-",stream_get_contents(STDIN))as$f)echo($c=substr_count($f," * ")/2)?"$c
":"";

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

download

return to the top page