#include <stdio.h>       
main()    
{
   printf("张三");
   printf("  zhangsan@hotmail.com");
}