@@ -32,7 +32,6 @@ for l in input:
# p2
if cycle % 40 == 0:
line += 1
if (pos == X-1 or pos == X or pos == X+1):
screen[line-1][pos] = True
@@ -46,7 +45,6 @@ print(sum(strs))
for y in range(H):
for x in range(W):
if (screen[y][x]):
print("#", end="")
The note is not visible to the blocked user.