def extract_arguments(fh):
    H, A = map(int, fh.readline().strip().split())
    return H, A