long_str = input()
position = long_str.find("NiuNiu")
print(position)

注意字符串和列表都是可迭代可遍历的对象