12345678910111213141516171819202122232425262728293031323334353637383940
#include <iostream> #include <cstdlib> using namespace std; string my_string; int main() { int k; //to enter brahman: int s; int x; int y; int z; int a; int b; int c; int d; //introduction cout << " \n"; cout << "##### ##### ##### \n"; cout << "# # # # # \n"; cout << "##### # # ##### \n"; cout << "# # # # \n"; cout << "# ##### ##### \n"; cout << " \n"; cout << "Hello. Welcome to Planets of Evolution!\n"; repeat: cout << "enter your player name: "; cin >> my_string; cout << " \n";
#include <string>