#90. in1020

in1020

Background

Description

Given 2 int values, return true if either of them is in the range 10..20 inclusive.

Format

Input

Output

Samples

12 99
true
21 12
true
8 99
false

Limitation

1s, 1024KiB for each test case.