#201. stringE

stringE

Background

Description

Return true if the given string contains between 1 and 3 'e' chars.

Format

Input

Output

Samples

Hello
true
Heelle
true
Heelele
false

Limitation

1s, 1024KiB for each test case.