Advertisement
Guest User

Untitled

a guest
Jun 17th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 1.25 KB | None | 0 0
  1.     //6) Нарисовать на экране домик.С окном, дверью, трубой и забором.
  2.     /*cout << "              *" << endl;
  3.     cout << "            *   *   *****" << endl;
  4.     cout << "          *       * *   *" << endl;
  5.     cout << "        *           *   *" << endl;
  6.     cout << "      *               * *" << endl;
  7.     cout << "    *                   *" << endl;
  8.     cout << "  *                       *" << endl;
  9.     cout << "*****************************" << endl;
  10.     cout << "*                           *" << endl;
  11.     cout << "*               *********   *" << endl;
  12.     cout << "*               *   *   *   *" << endl;
  13.     cout << "*               *********   *" << endl;
  14.     cout << "*               *   *   *   *" << endl;
  15.     cout << "*   *********   *   *   *   *  *   *   *   *   *   *  " << endl;
  16.     cout << "*   *       *   *********   * * * * * * * * * * * * * " << endl;
  17.     cout << "*   *       *               **   *   *   *   *   *   *" << endl;
  18.     cout << "*   *     * *               **************************" << endl;
  19.     cout << "*   *       *               **   *   *   *   *   *   *" << endl;
  20.     cout << "*   *       *               **   *   *   *   *   *   *" << endl;
  21.     cout << "******************************************************" << endl;*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement