Preparando MOJI

Fake News (easy)

1000ms 262144K

Description:

As it's the first of April, Heidi is suspecting that the news she reads today are fake, and she does not want to look silly in front of all the contestants. She knows that a newspiece is fake if it contains heidi as a subsequence. Help Heidi assess whether the given piece is true, but please be discreet about it...

Input:

The first and only line of input contains a single nonempty string s of length at most 1000 composed of lowercase letters (a-z).

Output:

Output YES if the string s contains heidi as a subsequence and NO otherwise.

Sample Input:

abcheaibcdi

Sample Output:

YES

Sample Input:

hiedi

Sample Output:

NO

Note:

A string s contains another string p as a subsequence if it is possible to delete some characters from s and obtain p.

Informação

Codeforces

Provedor Codeforces

Código CF802G

Tags

implementationstrings

Submetido 0

BOUA! 0

Taxa de BOUA's 0%

Datas 09/05/2023 09:14:55

Relacionados

Nada ainda