diff --git a/10/10.py b/10/10.py index 028772f..643dcd8 100644 --- a/10/10.py +++ b/10/10.py @@ -6,7 +6,7 @@ data = [list(map(int, x)) for x in data] def make_bound(data): N = len(data) - M = len(data) + M = len(data[0]) def bound(i, j): return 0<=i