Олимпиадный тренинг

Задача 32942. Conditioning - 6


Write a program that prints 1 if the given statement is true and 0 otherwise.

the integer N is an even two-digit number

EXAMPLE:
entry: 12
output: 1

EXAMPLE:
entry: 27
output: 0