let rec(!)?(n=read_int())?(d=(n+1)/4)a=Printf.printf"%d 0 %c %d %d %d %c 0 %d "d a.[n](n/6)(n mod 2)(n/6)a.[n]d;!a;;!"0010111"
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page