#ifndef _H_RIOSTREAM
#define _H_RIOSTREAM
#include <ostream>
using namespace std;
namespace std{
ostream cout;
_endl endl;
};
//注意 Bookos中的标准库实现和标准实现不同！
#endif