Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
Correction solution in Speedy category for Auto Painting by veky
checkio=lambda K,N:','.join(("0123456789"[:N]*2)[i:i+min(N,K)]for i in range(0,2*N,min(N,K)))
Jan. 3, 2014
Comments: