The sum of digits of a two-digit number
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 64 megabytes
Find the sum of digits of a given two-digit number.
Input
In a single line given a two-digit integer.
Outout
In a single line the sum of its digits.
Examples
Input #1
Answer #1
Submissions 52K
Acceptance rate 26%