15.go to xy

#include <bits/stdc++.h>
#include "game.h"
using namespace std;
int main(){
    gotoxy(20 , 20);
    cout << "QQ" ;
    gotoxy(10 , 5);
    cout << "QAQ";
    gotoxy(8 , 7);
    cout << " Q Q ? ! ";
    /*gotoxy(9 , 7);
    cout << " Q Q ? ! ";*/
    // 若原位置上有東西 則會覆蓋
    return 0;
}

results matching ""

    No results matching ""