@@ -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)
The note is not visible to the blocked user.