13156: 考试九 字符串分割
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:2
Solved:0
Description
将一个字符串(长度不超过100)用";"分割成不同的字符串并输出。
Input
输入一个字符串之前用";"分隔;
Output
按行输出分割后的字串;
Sample Input Copy
hello;world;
Sample Output Copy
hello
world