a=b'\x01\x02\x04\x08\x173f' for n in a:a=sum(zip(input()*7,a*2),())[:n];print(*a,sep='')
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page