10865: 求任意一个三位数P的各位数字之和。

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:2 Solved:0

Description

求任意一个三位数P的各位数字之和。(其中P0

Input

 输入只有一个三位数。

Output

输出一个加法等式。

Sample Input Copy

138

Sample Output Copy

1+3+8=12