Mã:
#include <conio.h>
#include <dos.h>
#include <iostream.h>

void main()
{   clrscr();
    textcolor(0); textbackground(7); gotoxy(10,6);

    cprintf("************************");gotoxy(10,7);
    cprintf("*                      *");gotoxy(10,8);
    cprintf("*                      *");gotoxy(10,9);
    cprintf("*                      *");gotoxy(10,10);
    cprintf("*                      *");gotoxy(10,11);
    cprintf("*                      *");gotoxy(10,12);
    cprintf("*                      *");gotoxy(10,13);
    cprintf("************************");gotoxy(10,14);
    textcolor(7); textbackground(0);
    textcolor(4); textbackground(8); gotoxy(12,8);
    cprintf("mssv:   ");
    gotoxy(12,10);
    cprintf("ho  :   ");
    gotoxy(12,12);
    cprintf("ten :   ");

    getch();
    }
mình chạy trương trình này lần 1 thì không sao nhưng khi chạy đến lần 2 thì màn hình trắng xóa ai chỉ lỗi và cách fix lỗi với