1960: 【入门】数字之和

Memory Limit:16 MB Time Limit:1.000 S
Creator:
Submit:7 Solved:5

Description

对于任意输入的整数,计算其各个数位上的数字之和。

Input

输入一个正整数N。【注意:N<= 999999】

Output

输出N的各个位上的数字之和。

Sample Input

1234

Sample Output

10