1. void star(){
    2. cube_x=400;//
    3. cube_y=0;
    4. view[cube_x][cube_y]=1;
    5. initgraph(hight, width);//
    6. }