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