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