3072: 练72.3  A+B的结果

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

Description

现在有整数 $a$,$b$,请按西方数字数量级方式输出 $a+b$(输出的数从最低位起,每三位用逗号隔开)。

Input

输入两个整数 $a$,$b$($0≤a,b≤10000000$)。

Output

输出西方数字数量级的 $a+b$。

Sample Input Copy

999 1

Sample Output Copy

1,000