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

Задача 32954. Number digits - 6


Задача

Темы: Целые числа
Given a four-digit number. Write a program that finds the product of its digits. Write the output as in the example.
 
Example
# Input Output
1 2561 2*5*6*1=60