#9007. 各个位数之和

各个位数之和

Description

输入一个三位数 aa,输出 aa 的各个位数之和。

Input Format

一个三位数整数。

Output Format

输出这个三位数的各个位数之和。

123
6