#include <stdio.h>

int main(void)
{

printf(\"댓글로 어디서버에서 할지 적어줘\");
getch();
return 0;
}