import sys import math w = int(input()) for i in range(w): wall = input() d = int(input()) for i in range(d): door = input() # Write an answer using print # To debug: print("Debug messages...", file=sys.stderr, flush=True) print("0 C4 needed to go through 0 walls")