# -*- coding: utf-8 -*-
from typing import Text, Optional
def right_mark_index(pinyin_no_number: Text) -> Optional[int]: ...