#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.
Given an int array length 2, return true if it contains a 2 or a 3.
[2 5]
true
[4 3]
true
[4 5]
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.