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