Problems
The sum of digits of a two-digit number
The sum of digits of a two-digit number
Find the sum of digits of a given two-digit number.
Input data
In a single line given a two-digit integer.
Outout
In a single line the sum of its digits.
Examples
Input example #1
23
Output example #1
5