x = input().strip() print("hiss" if "ss" in x else "no hiss")