eolymp
bolt
Try our new interface for solving problems
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

In a single line given a two-digit integer.

Outout

In a single line the sum of its digits.

Time limit 1 second
Memory limit 64 MiB
Input example #1
23
Output example #1
5