10106 - 各位数之和

求一个三位数中各个位上的数之和。

Input

输入一个三位正整数。

Output

输出三位数中各个位上的数之和。

Examples

Input

233

Output

8

Input

734

Output

14
Time Limit 1000 毫秒
Memory Limit 128 MB
Stats
上一题 下一题