HANDLE handle=GetStdHandle(STD_OUTPUT_HANDLE); COORD ord;ord.X=0;ord.Y=0;SetConsoleCursorPosition(handle,ord);