@@ -4,7 +4,7 @@ input = open(os.path.dirname(__file__) +
"/input.txt", "r").read()
def findUniq(length):
def findUniq(length: int):
for i in range(len(input)):
if len(set(input[i:i+length])) == length:
return i+length
The note is not visible to the blocked user.