Sum of digits

Statement

Given an integer (take value from the user). Find the sum of its digits.

Example input

123

Example output

6



Login is required



TEST CASES