def extract_arguments(fh):
    X, t = map(int, fh.readline().strip().split())
    return X, t