N = int(input()) for i in range(N): x = input() assert('.' not in x)