100416 - 各位数之和

Time Limit

10 毫秒

Memory Limit

128 MB

通过次数

26

提交次数

38

求一个整数n各位数之和。

Input

一行,一个整数n

对于100%的数据:

-1\cdot 10^9 \le n \le 1\cdot 10^9

Output

一行,一个整数,表示结果。

Examples

Input

123

Output

6

Input

-1234

Output

-10