Problem

5 /9


Asterisks

Problem

Given a string containing only English letters (uppercase and lowercase). Add symbol ‘*’ (asterisk) between letters (you don't need to add "*" character before the first letter and after the last one).
 
Input
A string of non-zero length is entered. It is also known that the string length does not exceed 1000 characters.
Output
Output the string that will result after adding the characters '*'.

Examples
# Input Output
1 LItBeoFLcSGBOFQxMHoIuDDWcqcVgkcRoAeocXO L*I*t*B*e*o*F*L*c*S*G*B*O*F*Q*x*M*H*o*I*u*D*D*W *c*q*c*V*g*k*c*R*o*A*e*o*c*X*O