#!/usr/bin/python3
if input().find("ss") == -1: print("no hiss")
else: print("hiss")
