def extract_arguments(fh):
    N = int(fh.readline().strip())
    S = fh.readline().strip()
    return N, S