Formatted Numbers

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