← 返回 stripe 的题目列表输出符合domain的contact信息
类型:online_judge
Write code to extract contact information that conforms to a specified domain format from input data. You must handle various edge cases and ensure the formatted contact information is correct in the output.
Example
Input
name: John Doe; email: john.doe@example.com
Output
Valid contact: John Doe, john.doe@example.com