11608: P564 4
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:1
Solved:0
Description
P564 更改为从键盘读入邮件的信息(不用从文件中读取)。
Input
n// 邮件的数量
n个邮件地址
Output
输出经过清洗后的邮件地址
Sample Input Copy
5
123@ecnu.cn
124ecnu.cn
122@ecnu.cn
125@ecnu.cn
122@ecnu.cn
Sample Output Copy
123@ecnu.cn
122@ecnu.cn
125@ecnu.cn