Problem D: 【入门】求一个两位数的个位和十位的和

Memory Limit:64 MB Time Limit:1.000 S
Creator:
Submit:40 Solved:33

Description

从键盘读入一个两位的整数n,请求出这个两位整数个位和十位的和是多少?

Input

一个两位的整数n。

Output

一个整数,代表n个位和十位的和。

Sample Input

24

Sample Output

6