def f(x: int) -> int:
    return 0


def g(x: int) -> int:
    return 0


def h(x: str) -> int:
    return 0


def i(x: str) -> dict:
    return {}


def j(x: str) -> str:
    return ""


def k(pair: tuple[str, str]) -> dict:
    return {}