5221: 【72课】【3422】A+B的结果

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:25 Solved:10

Description

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

Input

输入两个整数 ab(0a,b10000000)。

Output

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

Sample Input Copy

999 1

Sample Output Copy

1,000