Bijective base 10 add by tehtmi

t=tonumber while""do
a,b=io.read():match"(.*) (.*)"x=t(a,32)+t(b,32)s=""repeat
r=.1*(x%32-1)x=x+22*(r-r%1)s=("%X%s"):format(x%32,s)x=x/32
until x<1
print(s)end

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

To protect the system from spam, please input your favorite sport (hint: I believe its name must start with 'g', case insensitive)

download

return to the top page