360                                       .   

namespace std {    //    

#include <iostream.h>



i

namespace LMPinc { //    LMP
class puzzles { ..... } ;

class toys { ..... } ;

 ,     (   
) .  using     
  :

using namespace std;

using namespace LMPinc;

toys top;     //LMPinc::toys

  ,     ,   -
    ,     .

     (   .  3.9,
 ,  . 82,   namespac.cpp).

       
,       . 
      :

namespace { int count =0; }   // count 
//    count
void chg_cnt(int i) { count = i; }

  ANSI      -
  .h.  ,  iostream  complex,    -
  namespace std. ,  - 
      ,   iostream.h  complex.h,
        .

   C++      
     using.

^include <iostream>    //   std::cout
ttinclude <vector>      //  STL
ftinclude <cstddef>     //  
using namespace std;

.6.  

        .
 ,     .
      .  -
  ,       -