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

Задача 32953. Number digits - 7


Задача

Темы: Целые числа
Given a four-digit number. Write a program that finds the sum of its digits. See the output for an example of output.
 
Example
# Input Output
1 2561 2+5+6+1=14