摘要: #include #include//get namespace related stuff using std::cin; using std::cout; using std::endl; using std::flush; using std::string; using std::vecto... 阅读全文
posted @ 2014-07-23 20:39 tt-player 阅读(743) 评论(0) 推荐(0) 编辑
摘要: #include // std::cout, std::boolalpha, std::noboolalphaint main () { bool b = true; std::cout << std::boolalpha << b << '\n'; //把bool表示为alpha... 阅读全文
posted @ 2014-07-23 20:36 tt-player 阅读(211) 评论(0) 推荐(0) 编辑