import sys N, K = map(int, input().split()) for i in range(N): A, B = map(int, sys.stdin.readline().split()) print('비와이')