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