n = input() str = '{:,}'.format(n) print(str)