#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.
Return true if the given string contains between 1 and 3 'e' chars.
Hello
true
Heelle
true
Heelele
false
1s, 1024KiB for each test case.
By signing up a acjudge universal account, you can submit code and join discussions in all online judging services provided by us.