import sys import math n = int(input()) for i in range(n): analysis = input() # Write an answer using print # To debug: print("Debug messages...", file=sys.stderr, flush=True) print("one line per boat with its position or one line per analysis causing an error")