Problem G: 拆位运算-求一个两位数的个位和十位的和

Problem G: 拆位运算-求一个两位数的个位和十位的和

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MiB

Description

输入一个两位数,计算个位、十位的和。

Input

输入一个整数

Output

输出一个整数

Sample Input Copy

12

Sample Output Copy

3