separate string


Submit solution

Points: 50 (partial)
Time limit: 1.0s
Memory limit: 64M

Authors:
Problem type
Allowed languages
Java 19, Java 8

題目說明

輸入一個字串,請將每一個字母分開輸出

輸入資料限制:1 <= 輸入字串長度 <= 50

輸入

字串

輸出

字串中的每個字母

sample input1

sample

sample output1

s a m p l e

sample input2

java

sample output2

j a v a

Comments

There are no comments at the moment.