void gotoxy(int x, int y) {
  COORD c;
  c.X = x - 1;
  c.Y = y - 1;
  SetConsoleCursorPosition
(GetStdHandle(STD_OUTPUT_HANDLE), c);
}
arrow
arrow
    全站熱搜

    pcjustin 發表在 痞客邦 留言(0) 人氣()