// name_server.cpp : 定义控制台应用程序的入口点。
//
#include "stdafx.h"
int main(int argc, char* argv[])
{
return 0;
}