<?while($l=fgets(STDIN)){$a=split(",",$l);$i=0;$m=1;while($i<count($a)){$m*=$a[$i++];}echo$m,"\n";};
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page