Remove extra variables

This commit is contained in:
2022-12-06 12:46:42 +02:00
parent 5498f566a0
commit b53e041014

View File

@@ -3,9 +3,6 @@ import os
input = open(os.path.dirname(__file__) +
"/input.txt", "r").read()
index, index1, index2 = 0, 0, 0
buf = []
def findUniq(length):
ind = 0