def extract_arguments(fh):
    m, n, a, b, c, d = map(int, fh.readline().strip().split())
    return m, n, a, b, c, d