@@ -5,6 +5,12 @@ EXAMPLE = """
def solve(lines: list[str]):
res = 0
# g = list(map(list, lines))
# for (ri, r) in enumerate(g):
# for (ci, c) in enumerate(r):
# pass
for (i, line) in enumerate(lines):
print(i, line)
# digits = lib.str_to_int_list(line)
The note is not visible to the blocked user.