#305. bobThere

bobThere

Background

Description

Return true if the given string contains a "bob" string, but where the middle 'o' char can be any char.

Format

Input

Output

Samples

abcbob
true
b9b
true
bac
false

Limitation

1s, 1024KiB for each test case.