def match_pattern(input_string: str, pattern: str) -> bool: len_string = len(input_string) + 1 len_pattern
京公网安备 11010502049817号