From 3d08758cb84628552d1ac5a667cd3c192877d655 Mon Sep 17 00:00:00 2001 From: Fedor Lyanguzov Date: Wed, 11 Dec 2024 17:03:58 +0300 Subject: [PATCH] 11.1, 11.2 python fast --- 10/10.py | 3 ++- 11/11.py | 28 ++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 11/11.py 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