#135. mixStart

mixStart

Background

Description

Return true if the given string begins with "mix", except the 'm' can be anything, so "pix", "9ix" .. all count.

Format

Input

Output

Samples

mix snacks
true
pix snacks
true
piz snacks
false

Limitation

1s, 1024KiB for each test case.