def extract_arguments(fh):
    D, L = map(int, fh.readline().strip().split())
    return D, L