Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Study
Tests (
)
Solved
My problems
Profile
Олимпиадный тренинг
Задача
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
1000
ms
256 Mb
Правила оформления программ и список ошибок при автоматической проверке задач
Комментарий учителя