namespace std {

  ostream cout;
  istream cin;

  int x, y, z;

  char c;



};


std::x = std:: y + std::z;



  

