关于#C++#的问题,如何解决?

额我想用C++做一个关于蔡徐坤打篮球的,开头我已经做好了,就是后面的过程不怎么会编,向大师们请教

#include
using namespace std;
string a[1000000]={
    "#####################################################################################################################################",
    "#####################################################################################################################################",
    "#####################################################################################################################################",
    "#####################################################################################################################################",
    "#####################################################################################################################################",
    "#####################################################################################################################################",
    "#####################################################################################################################################",
    "#####################################################################################################################################",
    "#####################################################################################################################################",
    "#####################################################################################################################################",
    "#####################################################################################################################################",
    "#####################################################################################################################################",
    "#####################################################################################################################################",
    "#####################################################################################################################################",
    "#####################################################################################################################################",
    "#####################################################################################################################################",
    "#####################################################################################################################################",
    "#####################################################################################################################################",
    "#####################################################################################################################################",
    "#####################################################################################################################################",
    "#####################################################################################################################################",
    "#####################################################################################################################################",
    "#####################################################################################################################################",
    "#####################################################################################################################################",
    "#####################################################################################################################################",
    "#####################################################################################################################################",
    "#####################################################################################################################################",
    "#####################################################################################################################################",
    "#####################################################################################################################################",
    "#####################################################################################################################################",
    "#####################################################################################################################################",
    "#####################################################################################################################################",
    "#####################################################################################################################################",
    "#####################################################################################################################################",
    "#####################################################################################################################################",
    "#####################################################################################################################################",
    "#####################################################################################################################################",
    "#####################################################################################################################################",
    "#####################################################################################################################################",
    "#####################################################################################################################################",
    "#####################################################################################################################################",
    "#####################################################################################################################################",
    "#####################################################################################################################################",
    "#####################################################################################################################################",
    "#####################################################################################################################################",
    "#####################################################################################################################################",
    "#####################################################################################################################################",
    "#####################################################################################################################################",
    "#####################################################################################################################################",
    "#####################################################################################################################################",
    "#####################################################################################################################################",\
    };
void cls(void){
    system("cls");
}
void wait(void){
    for(int i=0;i<999999;i++){
        for(int i=0;i<100;i++){
            cout<<"";
        }
    }
}//等待函数(这不带sleep) 
void g(void){
    wait();
    cls();
    cout<"                                   ";
}//。。。。。。 
void start(void){
    system("mode con cols=100 lines=50");
    system("color f0");
    g();
    cout<<"沈阳全民制作大家好";
    g();
    cout<<"我是练习时长两年半的练习生";
    g();
    cout<<"蔡徐坤!";
    g();
    cout<<"喜欢唱,跳,rap";
    g();
    cout<<"篮球!";
    g();
    cout<<"music!";
    g();
}//开幕雷击函数 
void P(void){
    for(int i=0;i<50;i++){
        cout<int main(){
    start();
    system("mode con cols=200 lines=123");
    wait();
    wait();
    wait();
    system("color 70");
    P();
    return 0;
}

不知道你这个问题是否已经解决, 如果还没有解决的话:

如果你已经解决了该问题, 非常希望你能够分享一下解决方案, 写成博客, 将相关链接放在评论区, 以帮助更多的人 ^-^