Do it BLACK ANOTHER by leonid

c=0
while 1:
 for d in map(raw_input().count,'-_'):
\x09if d:c+=d;print c

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

download

return to the top page