C={}N='*n'function f(x,y,z)k=N..x..y..z C[k]=C[k]or x>y and f(f(x-5,y,z),f(y-5,z,x),f(z-5,x,y))or z return C[k]end while''do print(f(io.read(N,N,N)))end
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page