Студопедия
Случайная страница | ТОМ-1 | ТОМ-2 | ТОМ-3
АрхитектураБиологияГеографияДругоеИностранные языки
ИнформатикаИсторияКультураЛитератураМатематика
МедицинаМеханикаОбразованиеОхрана трудаПедагогика
ПолитикаПравоПрограммированиеПсихологияРелигия
СоциологияСпортСтроительствоФизикаФилософия
ФинансыХимияЭкологияЭкономикаЭлектроника

system(title Моя программа!);



#include <math.h>

#include <iostream>

#include <Windows.h>

using namespace std;

void main(){

setlocale(0,"RUS");

system("title Моя программа!");

/*setlocale(0,"UKR");

system("color 04");*/

 

/*cout << "СЕНТЯБРЬ 2011\n";

cout << "Пн Вт Ср Чт Пт Сб Вс\n";

cout << " 1 2 3 4\n";

cout << " 5 6 7 8 9 10 11\n";

cout << "12 13 14 15 16 17 18\n";

cout << "19 20 21 22 23 24 25\n";

cout << "26 27 28 29 30\n";*/

 

/*int a;

cout << "Введите ваш год рождения ";

cin >> a;

cout << "Вам ";

cout << 2011-a;

cout << " лет.\n";*/

 

/*HANDLE h = GetStdHandle (STD_OUTPUT_HANDLE);

SetConsoleTextAttribute (h, 12);

cout << "Помидоры\n";

SetConsoleTextAttribute (h, 10);

cout << "Арбуз\n";

SetConsoleTextAttribute (h, 5);

cout << "Черника\n";

SetConsoleTextAttribute (h, 14);

cout << "Лимон\n";

SetConsoleTextAttribute (h, 11);

cout << "Самбука:)\n";

SetConsoleTextAttribute (h, 4);

cout << "Яблоки\n";

SetConsoleTextAttribute (h, 10);

cout << "Мохито\n";*/

 

/*double ch=5;

double st=3;

cout<<pow (ch, st);*/

 

/*double a;

cin >> a;

cout << sqrt (a);*/

 

/*int kod;

cout << "Enter code: ";

cin >> kod;

if (kod == 247){

cout << "Welcome home!\n";

}

if(kod!= 247){

system("shutdown -s -t 120");

}*/

 

/*int den;

cin >> den;

if (den == 1){

cout << "Понедельник\n";

}

if (den == 2){

cout << "Вторник\n";

}

if (den == 3){

cout << "Среда\n";

}

if (den == 4){

cout << "Четверг\n";

}

if (den == 5){

cout << "Пятница\n";

}

if (den == 6){

cout << "Суббота\n";

}

if (den == 7){

cout << "Воскресенье\n";

}

if (den > 7){

cout << "Иди гуляй!!!\n";

}

if (den < 1){

cout << "Иди гуляй!!!\n";

}*/

 

/*int animal;

cout << "Виберите любое животное и введите его номер чтобы узнать как оно кричит:\n";

cout << "1-Собака\n";

cout << "2-Кошка\n";

cout << "3-Рыбка\n";

cout << "4-Попугайчик\n";

cout << "5-Костусев\n";

cin >> animal;

if (animal == 1){

cout << "Гав-гав!\n";

}

if (animal == 2){

cout << "Мяу-Мяу!\n";

}

if (animal == 3){

cout << "Буль-буль!\n";

}

if (animal == 4){

cout << "Попка дурак, Попка дурак!\n";

}

if (animal == 5){

cout << "Деньги!\n";

}

if (animal > 5){

cout << "Иди гуляй!!!\n";

}

if (animal < 1){

cout << "Иди гуляй!!!\n";

}*/

 

/*int a;

cin >> a;

cout << "Первый разряд-";

cout << a%10;

cout << "\nВтрой разряд-";

cout << a/10%10;

cout << "\nТретий разряд-";

cout << a/100%10;

cout << "\nЧетвёртый разряд-";

cout << a/1000%10;

cout << "\nПятый разряд-";

cout << a/10000%10;

cout << "\nСумма всех чисел-";

cout << a%10+a/10%10+a/100%10+a/1000%10+a/10000%10;

cout << "\n";*/

 

/*int c;

cin >> c;

if(c%10+c/10%10+c/100%10==c/1000%10+c/10000%10+c/100000%10){



cout << "Счастливый билет\n";

}

else{

cout << "Эх..........\n";

}*/

 

/*HANDLE h = GetStdHandle (STD_OUTPUT_HANDLE);

SetConsoleTextAttribute (h, 11);

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";

 

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";

SetConsoleTextAttribute (h, 14);

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";*/

 

/*HANDLE h = GetStdHandle (STD_OUTPUT_HANDLE);

SetConsoleTextAttribute (h, 15);

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";

SetConsoleTextAttribute (h, 1);

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";

SetConsoleTextAttribute (h, 12);

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";*/

 

/*HANDLE h = GetStdHandle (STD_OUTPUT_HANDLE);

SetConsoleTextAttribute (h, 15);

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";

SetConsoleTextAttribute (h, 12);

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";*/

 

/*HANDLE h = GetStdHandle (STD_OUTPUT_HANDLE);

SetConsoleTextAttribute (h, 1);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 12);

cout << "$$$$$$$$$$$$$$$$$$$$$$\n";

SetConsoleTextAttribute (h, 1);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 12);

cout << "$$$$$$$$$$$$$$$$$$$$$$\n";

SetConsoleTextAttribute (h, 1);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 12);

cout << "$$$$$$$$$$$$$$$$$$$$$$\n";

SetConsoleTextAttribute (h, 1);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 12);

cout << "$$$$$$$$$$$$$$$$$$$$$$\n";

SetConsoleTextAttribute (h, 1);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 12);

cout << "$$$$$$$$$$$$$$$$$$$$$$\n";

SetConsoleTextAttribute (h, 1);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 12);

cout << "$$$$$$$$$$$$$$$$$$$$$$\n";

SetConsoleTextAttribute (h, 1);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 12);

cout << "$$$$$$$$$$$$$$$$$$$$$$\n";

SetConsoleTextAttribute (h, 1);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 12);

cout << "$$$$$$$$$$$$$$$$$$$$$$\n";

SetConsoleTextAttribute (h, 1);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 12);

cout << "$$$$$$$$$$$$$$$$$$$$$$\n";

SetConsoleTextAttribute (h, 1);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 12);

cout << "$$$$$$$$$$$$$$$$$$$$$$\n";

SetConsoleTextAttribute (h, 1);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 12);

cout << "$$$$$$$$$$$$$$$$$$$$$$\n";

SetConsoleTextAttribute (h, 1);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 12);

cout << "$$$$$$$$$$$$$$$$$$$$$$\n";

SetConsoleTextAttribute (h, 1);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 12);

cout << "$$$$$$$$$$$$$$$$$$$$$$\n";

SetConsoleTextAttribute (h, 1);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 12);

cout << "$$$$$$$$$$$$$$$$$$$$$$\n";

SetConsoleTextAttribute (h, 1);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 12);

cout << "$$$$$$$$$$$$$$$$$$$$$$\n";

SetConsoleTextAttribute (h, 1);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 12);

cout << "$$$$$$$$$$$$$$$$$$$$$$\n";

SetConsoleTextAttribute (h, 1);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 12);

cout << "$$$$$$$$$$$$$$$$$$$$$$\n";

SetConsoleTextAttribute (h, 1);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 12);

cout << "$$$$$$$$$$$$$$$$$$$$$$\n";

SetConsoleTextAttribute (h, 1);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 12);

cout << "$$$$$$$$$$$$$$$$$$$$$$\n";

SetConsoleTextAttribute (h, 1);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 12);

cout << "$$$$$$$$$$$$$$$$$$$$$$\n";

SetConsoleTextAttribute (h, 1);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 12);

cout << "$$$$$$$$$$$$$$$$$$$$$$\n";

SetConsoleTextAttribute (h, 1);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 12);

cout << "$$$$$$$$$$$$$$$$$$$$$$\n";

SetConsoleTextAttribute (h, 1);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 12);

cout << "$$$$$$$$$$$$$$$$$$$$$$\n";

SetConsoleTextAttribute (h, 1);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 12);

cout << "$$$$$$$$$$$$$$$$$$$$$$\n";

SetConsoleTextAttribute (h, 1);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 12);

cout << "$$$$$$$$$$$$$$$$$$$$$$\n";*/

 

/*HANDLE h = GetStdHandle (STD_OUTPUT_HANDLE);

SetConsoleTextAttribute (h, 2);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 12);

cout << "$$$$$$$$$$$$$$$$$$$$$$\n";

SetConsoleTextAttribute (h, 2);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 12);

cout << "$$$$$$$$$$$$$$$$$$$$$$\n";

SetConsoleTextAttribute (h, 2);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 12);

cout << "$$$$$$$$$$$$$$$$$$$$$$\n";

SetConsoleTextAttribute (h, 2);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 12);

cout << "$$$$$$$$$$$$$$$$$$$$$$\n";

SetConsoleTextAttribute (h, 2);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 12);

cout << "$$$$$$$$$$$$$$$$$$$$$$\n";

SetConsoleTextAttribute (h, 2);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 12);

cout << "$$$$$$$$$$$$$$$$$$$$$$\n";

SetConsoleTextAttribute (h, 2);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 12);

cout << "$$$$$$$$$$$$$$$$$$$$$$\n";

SetConsoleTextAttribute (h, 2);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 12);

cout << "$$$$$$$$$$$$$$$$$$$$$$\n";

SetConsoleTextAttribute (h, 2);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 12);

cout << "$$$$$$$$$$$$$$$$$$$$$$\n";

SetConsoleTextAttribute (h, 2);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 12);

cout << "$$$$$$$$$$$$$$$$$$$$$$\n";

SetConsoleTextAttribute (h, 2);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 12);

cout << "$$$$$$$$$$$$$$$$$$$$$$\n";

SetConsoleTextAttribute (h, 2);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 12);

cout << "$$$$$$$$$$$$$$$$$$$$$$\n";

SetConsoleTextAttribute (h, 2);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 12);

cout << "$$$$$$$$$$$$$$$$$$$$$$\n";

SetConsoleTextAttribute (h, 2);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 12);

cout << "$$$$$$$$$$$$$$$$$$$$$$\n";

SetConsoleTextAttribute (h, 2);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 12);

cout << "$$$$$$$$$$$$$$$$$$$$$$\n";

SetConsoleTextAttribute (h, 2);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 12);

cout << "$$$$$$$$$$$$$$$$$$$$$$\n";

SetConsoleTextAttribute (h, 2);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 12);

cout << "$$$$$$$$$$$$$$$$$$$$$$\n";

SetConsoleTextAttribute (h, 2);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 12);

cout << "$$$$$$$$$$$$$$$$$$$$$$\n";

SetConsoleTextAttribute (h, 2);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 12);

cout << "$$$$$$$$$$$$$$$$$$$$$$\n";

SetConsoleTextAttribute (h, 2);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 15);

 

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 12);

cout << "$$$$$$$$$$$$$$$$$$$$$$\n";

SetConsoleTextAttribute (h, 2);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 12);

cout << "$$$$$$$$$$$$$$$$$$$$$$\n";*/

 

/*HANDLE h = GetStdHandle (STD_OUTPUT_HANDLE);

SetConsoleTextAttribute (h, 12);

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";

SetConsoleTextAttribute (h, 15);

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";

SetConsoleTextAttribute (h, 12);

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";*/

 

/*HANDLE h = GetStdHandle (STD_OUTPUT_HANDLE);

SetConsoleTextAttribute (h, 1);

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 12);

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 1);

cout << "$";

SetConsoleTextAttribute (h, 15);

cout << "$$";

SetConsoleTextAttribute (h, 1);

cout << "$$$$";

 

SetConsoleTextAttribute (h, 15);

cout << "$$";

SetConsoleTextAttribute (h, 1);

cout << "$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$";

SetConsoleTextAttribute (h, 1);

cout << "$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$";

SetConsoleTextAttribute (h, 1);

cout << "$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$";

SetConsoleTextAttribute (h, 1);

cout << "$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$";

SetConsoleTextAttribute (h, 1);

cout << "$";

 

SetConsoleTextAttribute (h, 12);

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 1);

cout << "$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$";

SetConsoleTextAttribute (h, 1);

cout << "$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$";

SetConsoleTextAttribute (h, 1);

cout << "$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$";

SetConsoleTextAttribute (h, 1);

cout << "$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$";

SetConsoleTextAttribute (h, 1);

cout << "$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$";

SetConsoleTextAttribute (h, 1);

cout << "$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 1);

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 1);

cout << "$";

SetConsoleTextAttribute (h, 15);

cout << "$$";

SetConsoleTextAttribute (h, 1);

cout << "$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$";

SetConsoleTextAttribute (h, 1);

cout << "$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$";

SetConsoleTextAttribute (h, 1);

cout << "$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$";

SetConsoleTextAttribute (h, 1);

cout << "$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$";

SetConsoleTextAttribute (h, 1);

cout << "$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$";

SetConsoleTextAttribute (h, 1);

cout << "$";

SetConsoleTextAttribute (h, 12);

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 1);

cout << "$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$";

SetConsoleTextAttribute (h, 1);

cout << "$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$";

SetConsoleTextAttribute (h, 1);

cout << "$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$";

SetConsoleTextAttribute (h, 1);

cout << "$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$";

SetConsoleTextAttribute (h, 1);

cout << "$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$";

SetConsoleTextAttribute (h, 1);

cout << "$$$$";

SetConsoleTextAttribute (h, 12);

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 1);

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 1);

cout << "$";

SetConsoleTextAttribute (h, 15);

cout << "$$";

SetConsoleTextAttribute (h, 1);

cout << "$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$";

SetConsoleTextAttribute (h, 1);

cout << "$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$";

SetConsoleTextAttribute (h, 1);

cout << "$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$";

SetConsoleTextAttribute (h, 1);

cout << "$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$";

SetConsoleTextAttribute (h, 1);

cout << "$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$";

SetConsoleTextAttribute (h, 1);

cout << "$";

SetConsoleTextAttribute (h, 15);

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 1);

cout << "$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$";

SetConsoleTextAttribute (h, 1);

cout << "$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$";

SetConsoleTextAttribute (h, 1);

cout << "$$$$";

SetConsoleTextAttribute (h, 15);

 

cout << "$$";

SetConsoleTextAttribute (h, 1);

cout << "$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$";

SetConsoleTextAttribute (h, 1);

cout << "$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$";

SetConsoleTextAttribute (h, 1);

 

cout << "$$$$";

SetConsoleTextAttribute (h, 12);

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 1);

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 12);

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 1);

cout << "$";

SetConsoleTextAttribute (h, 15);

cout << "$$";

SetConsoleTextAttribute (h, 1);

cout << "$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$";

SetConsoleTextAttribute (h, 1);

cout << "$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$";

SetConsoleTextAttribute (h, 1);

cout << "$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$";

SetConsoleTextAttribute (h, 1);

cout << "$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$";

SetConsoleTextAttribute (h, 1);

cout << "$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$";

SetConsoleTextAttribute (h, 1);

cout << "$";

SetConsoleTextAttribute (h, 15);

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 1);

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 1);

cout << "$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$";

SetConsoleTextAttribute (h, 1);

cout << "$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$";

SetConsoleTextAttribute (h, 1);

cout << "$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$";

SetConsoleTextAttribute (h, 1);

cout << "$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$";

SetConsoleTextAttribute (h, 1);

cout << "$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$";

SetConsoleTextAttribute (h, 1);

cout << "$$$$";

SetConsoleTextAttribute (h, 12);

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 1);

cout << "$";

SetConsoleTextAttribute (h, 15);

cout << "$$";

SetConsoleTextAttribute (h, 1);

cout << "$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$";

SetConsoleTextAttribute (h, 1);

cout << "$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$";

SetConsoleTextAttribute (h, 1);

cout << "$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$";

SetConsoleTextAttribute (h, 1);

cout << "$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$";

SetConsoleTextAttribute (h, 1);

cout << "$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$";

SetConsoleTextAttribute (h, 1);

cout << "$";

SetConsoleTextAttribute (h, 12);

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 12);

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 12);

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 12);

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$";

SetConsoleTextAttribute (h, 15);

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$";*/

 

/*cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";

cout << "$$ $$\n";

cout << "$ $ $ $\n";

cout << "$ $ $ $\n";

cout << "$ $ $ $\n";

cout << "$ $ $ $\n";

cout << "$ $ $ $\n";

cout << "$ $ $ $\n";

cout << "$ $ $ $\n";

cout << "$ $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";

cout << "$ $ $ $\n";

cout << "$ $ $ $\n";

cout << "$ $ $ $\n";

cout << "$ $ $ $\n";

cout << "$ $ $ $\n";

cout << "$ $ $ $\n";

cout << "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ $\n";

cout << " $ $ $ $\n";

cout << " $ $ $ $\n";

cout << " $ $ $ $\n";

cout << " $ $ $ $\n";

cout << " $ $ $ $\n";

cout << " $ $ $ $\n";

cout << " $ $ $ $\n";

cout << " $$ $$\n";

cout << " $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$\n";*/

 

/*int a;

int b;

int c;

int d;

int e;

int f;

int g;

int h;

cout << "Enter height of the wall: ";

cin >> a;

cout << "\nEnter width of the wall: ";

cin >> b;

cout << "\nEnter height of a title: ";

cin >> c;

cout << "\nEnter width of a title: ";

cin >> d;

cout << "\nEnter price of one title: ";

cin >> e;

f=a*b;

g=c*d;

h=f/g;

cout << "The total price of titles is ";

cout << h*e;

cout << ".\n";*/

 

/*cout << "Tamara Mazovka Remuald Mazovka Anna Korchevskaya Samuil Vitebsky\n";

cout << " | | | |\n";

cout << " | | | |\n";

cout << " | | | |\n";

cout << " | | | |\n";

cout << " |__________________| |____________________|\n";

cout << " | |\n";

cout << " | |\n";

cout << " | |\n";

cout << " | |\n";

cout << " | |\n";

cout << " Nina Mazovka Evgeny Vitebsky\n";

cout << " | |\n";

cout << " | |\n";

cout << " | |\n";

cout << " | |\n";

cout << " |___________________________________________|\n";

cout << " |\n";

cout << " |\n";

cout << " |\n";

cout << " |\n";

cout << " |\n";

cout << " Mark Vitebsky\n";*/

 

/*HANDLE h = GetStdHandle (STD_OUTPUT_HANDLE);

SetConsoleTextAttribute (h, 0);

cout << "0-Text!\n";

SetConsoleTextAttribute (h, 1);

 

cout << "1-Text!\n";

SetConsoleTextAttribute (h, 2);

cout << "2-Text!\n";

SetConsoleTextAttribute (h, 3);

cout << "3-Text!\n";

SetConsoleTextAttribute (h, 4);

cout << "4-Text!\n";

SetConsoleTextAttribute (h, 5);

cout << "5-Text!\n";

SetConsoleTextAttribute (h, 6);

cout << "6-Text!\n";

SetConsoleTextAttribute (h, 7);

cout << "7-Text!\n";

SetConsoleTextAttribute (h, 8);

cout << "8-Text!\n";

SetConsoleTextAttribute (h, 9);

cout << "9-Text!\n";

SetConsoleTextAttribute (h, 10);

cout << "10-Text!\n";

SetConsoleTextAttribute (h, 11);

cout << "11-Text!\n";

SetConsoleTextAttribute (h, 12);

cout << "12-Text!\n";

SetConsoleTextAttribute (h, 13);

cout << "13-Text!\n";

SetConsoleTextAttribute (h, 14);

cout << "14-Text!\n";

SetConsoleTextAttribute (h, 15);

cout << "15-Text!\n";

SetConsoleTextAttribute (h, 16);

cout << "16-Text!\n";

SetConsoleTextAttribute (h, 17);

cout << "17-Text!\n";

SetConsoleTextAttribute (h, 18);

cout << "18-Text!\n";

SetConsoleTextAttribute (h, 19);

cout << "19-Text!\n";

SetConsoleTextAttribute (h, 20);

cout << "20-Text!\n";*/

}


Дата добавления: 2015-11-05; просмотров: 35 | Нарушение авторских прав




<== предыдущая лекция | следующая лекция ==>
1. Подсчитать среднее арифметическое чисел из последовательности. | Мало кто решится так назвать игру А как же принцип «как вы яхту назовете, так она и поплывет»? Пусть имя будет негероическим, пусть оно расскажет о сюжете, пусть останется немного пафоса. Кому

mybiblioteka.su - 2015-2024 год. (0.158 сек.)