def start(): input1 = input().split() N = int(input1[0]) K = input1[2] for i in range(N): inputi = input().split() for ii in inputi: if K == ii: &...