CS/Python
N, M, V = map(int, input().rstrip().split())
ex. 3번 반복해서 4, 7, 10을 입력받음
T = int(input()) f = [int(input()) for _ in range(T)]