Roman numeral by hallvabo

while 1:
\x09t=0
\x09for r in raw_input():n=10**(205558%ord(r)%7)%1999;t+=n-2*t%n
\x09print t

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

download

return to the top page