#126. more20
more20
Background
Description
Return true if the given non-negative number is 1 or 2 more than a multiple of 20. See also: Introduction to Mod
Format
Input
Output
Samples
20
false
21
true
22
true
Limitation
1s, 1024KiB for each test case.