Each condition of two
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
For the given integer print "YES", if takes place each of the following conditions and "NO" otherwise.
number is divisible by ;
number is even and two-digital.
Input
One integer .
Output
Print "YES" or "NO" depending on conditions.
Examples
Input #1
Answer #1
Input #2
Answer #2
Submissions 28K
Acceptance rate 21%