There was an error while loading. Please reload this page.
1 parent 7cc13f0 commit b232061Copy full SHA for b232061
1 file changed
aoc/2025/06/06.vn.py
@@ -10,8 +10,8 @@
10
big = max(nums, key=len)
11
reals = []
12
13
-# I needed to app something because
14
-# my algo needs to ops to calculate
+# I needed to add something because
+# my algo needs two ops to calculate
15
# the zone. I added something I could clean
16
# easily
17
ops = inp[-1].ljust(len(big), " ") + "\t"
0 commit comments