diff --git a/06/f.py b/06/f.py index 23f190f..39d35ed 100644 --- a/06/f.py +++ b/06/f.py @@ -10,8 +10,8 @@ for x in input: index += 1 index2 += 1 buf.append(x) - if len(buf) == 4: - if len(set(buf)) == 4: + if len(buf) == 14: + if len(set(buf)) == 14: break else: buf.pop(0)