Олимпиадный тренинг

Задача 38519. Haiku


Задача

Темы: Строки
As a New Year's gift, Gromozeka received a string s of length 19 of the following format:
[five lowercase English letters], [seven lowercase English letters], [five lowercase English letters ].
Gromozeka wants to convert the comma-separated string s to a space-separated string. Write a program to do the conversion for him.

Input
The input is one string s, the length of the string is exactly 19 characters. The sixth and fourteenth characters in s are ,. The remaining characters are lowercase letters of the English alphabet (a-z).

Imprint
Output string after conversion
 

 

Examples
# Input Output
1
happy,newyear,enjoy
happy new year enjoy