base convert by yamaya

r=io.read
while''do
n=r'*n'm=r()s=''while n>0 do s=n%m..s n=(n-n%m)/m end
print(s)end

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

download

return to the top page