游客 Signup | Login
中文 | En

3421 - 考试九 字符串分割

通过次数

0

提交次数

0

Time Limit : 1 秒 Memory Limit : 128 MB

将一个字符串(长度不超过100)用";"分割成不同的字符串并输出。

Input

输入一个字符串之前用";"分隔;

Output

按行输出分割后的字串;

Examples

Input Format

hello;world;

Output Format

hello
world