#18. has23

has23

Background

Description

Given an int array length 2, return true if it contains a 2 or a 3.

Format

Input

Output

Samples

[2 5]
true
[4 3]
true
[4 5]
false

Limitation

1s, 1024KiB for each test case.