Task Description
給定一字串,請撰寫一程式找出該字串中每個單字的第一個字元。
Input Format
測資給定一字串,該字串包含至少兩個單字,中間以空格隔開。
Output Format
印出該字串每個單字的第一個字元,中間以空格隔開。
Sample Input
Never gonna give you up.
Sample Output
N g g y u
Task Description
給定一字串,請撰寫一程式找出該字串中每個單字的第一個字元。
Input Format
測資給定一字串,該字串包含至少兩個單字,中間以空格隔開。
Output Format
印出該字串每個單字的第一個字元,中間以空格隔開。
Sample Input
Never gonna give you up.
Sample Output
N g g y u