14.Set Color

#include <bits/stdc++.h>
#include "game.h"
using namespace std;
int main(){
    for(int i = 0; i < 16; i++){
        for(int j = 0; j < 16; j++){
            SetColor(i , j);
            cout << " QWQ " ;
        }
        cout << endl;
    }
    return 0;
}

results matching ""

    No results matching ""