#include <stdio.h>

int main(void) {
	// your code goes here
	printf("董思雄\n");
		printf("高中毕业于黄陂一中\n");
	return 0;
}
