Limits 1s, 512 MB

Read an integer variable and print it in which the digits are separated into groups of three by commas.

Input

The input will contain an integer AA (0A<2000000000 \le A < 200000000).

Output

Print the formatted number.

Sample

InputOutput
1171123
1,171,123

Submit

Login to submit.

Statistics

75% Solution Ratio
allocophobiaEarliest, Nov '18
allocophobiaFastest, 0.0s
asfaklus2Lightest, 0 B
x20x20Shortest, 23B
Toph uses cookies. By continuing you agree to our Cookie Policy.