#190. max1020

max1020

Background

Description

Given 2 positive int values, return the larger value that is in the range 10..20 inclusive, or return 0 if neither is in that range.

Format

Input

Output

Samples

11 19
19
19 11
19
11 9
11

Limitation

1s, 1024KiB for each test case.