1021: 求三位整数各位数字之和

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:384 Solved:266

Description

输入一个三位正整数,求各位数字之和。

Input

一行:一个三位整数n

Output

一行:一个整数,表示各位数字之和。

Sample Input Copy

123

Sample Output Copy

6