The sum of the first and the last digits in the number
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Find the sum of the first and the last digit of an integer.
Input
One -bit number that consists of at least two digits. The number can be positive or negative.
Output
Print the sum of the first and the last digit of .
Examples
Input #1
Answer #1
Submissions 28K
Acceptance rate 42%