给父亲做一个生日礼物(请高人修改)

#include<iostream>
#include<iomanip>
#include<cmath>
#include<cstdio>
#include<climits>
#include<cstring>
#include<string>
#include<algorithm>
#include<functional>
using namespace std;

int main(){
	cout<<"                                         $  $  $  $  $  $  "<<endl;
	cout<<"                                         |  |  |  |  |  |  "<<endl;
	for(int i=1;i<=100;i++){
		system("color 4");
		system("color 4");
		system("color 4");
		system("color 4");
		system("color E");
	}
	cout<<"                                         ~-~-~-~-~-~-~-~-  "<<endl;
	cout<<"                                         |**************|  "<<endl;
	cout<<"                                         ~-~-~-~-~-~-~-~-  "<<endl;
	cout<<"                                         |HAPPY BIRTHDAY|  "<<endl;	
	cout<<"                                         ~-~-~-~-~-~-~-~-  "<<endl;
	for(int i=1;i<=100;i++){
		system("color CE");
		system("color CE");
		system("color CE");
		system("color CE");
		system("color CE");
	}
	system("cls");
	for(int i=1;i<=100;i++){
		system("color A");
		system("color A");
		system("color A");
		system("color B");
		system("color B");
		system("color B");
		system("color C");
		system("color C");
		system("color C");
		system("color D");
		system("color D");
		system("color D");
		system("color F");
		system("color F");
		system("color F");
		system("color E");
		system("color E");
		system("color E");
		for(int j=1;j<=10;j++){	
			cout<<" _\\|/_      _\\|/_      _\\|/_      _\\|/_       _\\|/_       _\\|/_        _\\|/_       _\\|/_ "<<endl;
			cout<<" /|\\         /|\\        /|\\        /|\\         /|\\         /|\\          /|\\         /|\\ "<<endl;
		}
	}
	return 0;
}