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

Задача 32941. Conditioning - 7


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

the square of a given two-digit number is equal to the cube of the sum of its digits

EXAMPLE:
entry: 12
output: 0

EXAMPLE:
entry: 27
output: 1