Problem A: 千分位

Problem A: 千分位

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MiB

Description

给定一个十进制正整数,请为这个整数每隔三位数字添加一个逗号,注意这个整数可能很长。

Input

  • 单个整数 lns="http://www.w3.org/1998/Math/MathML">n
  •  的数据,lns="http://www.w3.org/1998/Math/MathML">1n109
  • lns="http://www.w3.org/1998/Math/MathML">100% 的数据,lns="http://www.w3.org/1998/Math/MathML">1n101000



Output

  • 一个含有千分位的整数表示

Sample Input Copy

1234567

Sample Output Copy

1,234,567