Sum of digits

Given an integer, print the sum of its digits.

Input

Output

123

6

12

3

3

3

Constraints

Time limit: 2 seconds

Memory limit: 512 MB

Output limit: 1 MB

To check your solution you need to sign in
Sign in to continue