Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
First solution in Creative category for Radiation Search by rick.felsing
def checkio(m):
l = len(m)
v = [[False for i in range(l)] for i in range(l)]
def c(x, y, n):
if not 0<=x
May 23, 2015
Comments: