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

Задача 32944. Conditioning - 4


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

the sum of two natural numbers is a multiple of 2

EXAMPLE: (two numbers separated by a space)
entrance: 12 24
output: 1

EXAMPLE:
entrance: 27 24
output: 0