4132: 练72.3 A+B的结果
          Memory Limit:64 MB
          Time Limit:1.000 S
         
      
      
        
          Judge Style:Text Compare
          Creator:
      
      
          Submit:14
          Solved:4
      
Description
现在有整数 $a$,$b$,请按西方数字数量级方式输出 $a+b$(输出的数从最低位起,每三位用逗号隔开)。
    Input
输入两个整数 $a$,$b$($0≤a,b≤10000000$)。
      Output
输出西方数字数量级的 $a+b$。
        Sample Input Copy
999 1Sample Output Copy
1,000