def extract_arguments(fh):
    N, X, D = map(int, fh.readline().strip().split())
    return N, X, D