python:实现奎因-麦克拉斯基算法
from __future__ import annotations
from collections.abc import Sequence
def compare_string(string1: str, string2: str) ->
from __future__ import annotations
from collections.abc import Sequence
def compare_string(string1: str, string2: str) ->