#include<bits/stdc++.h>
using namespace std;
int main(){
cout << "██╗ ██╗███████╗██████╗ █████╗ ██████╗ ██████╗ ██████╗" << endl;
cout << "██║ ██╔╝██╔════╝██╔══██╗██╔══██║ ██════╝ ██════╝ ██════╝" << endl;
cout << "█████╔╝ █████╗ ██║ ██║███████║ ██████║ ██████║ ██████║" << endl;
cout << "██╔═██╗ ██╔══╝ ██║ ██║██╔══██║ ██╔══█║ ██╔══█║ ██╔══█║" << endl;
cout << "██║ ██╗███████╗██████╔╝██║ ██║ ██████╝ ██████╝ ██████╝" << endl;
for(int i=1;i<=100;i++){
system("color A");
system("color B");
system("color C");
system("color D");
system("color E");
system("color F");
}
return 0;
}
#include<bits/stdc++.h>
using namespace std;
int main(){
cout << "██╗ ██╗███████╗██████╗ █████╗ █████████║ ██║" << endl;
cout << "██║ ██╔╝██╔════╝██╔══██╗██╔══██║ ██╔═ ██║" << endl;
cout << "█████╔╝ █████╗ ██║ ██║███████║ ██║ ██║ ███║" << endl;
cout << "██╔═██╗ ██╔══╝ ██║ ██║██╔══██║ ██║ ██║ ███║" << endl;
cout << "██║ ██╗███████╗██████╔╝██║ ██║ █████████║ ███║" << endl;
for(int i=1;i<=100;i++){
system("color A");
system("color B");
system("color C");
system("color D");
system("color E");
system("color F");
}
return 0;
}