加入这段代码,神奇的事情会发生

2019-11-04  本文已影响0人  Zz鱼丸
static const auto io_sync_off = []() 
{ 
  // turn off sync 
  std::ios::sync_with_stdio(false); 
  // untie in/out streams 
  std::cin.tie(nullptr); 
  return nullptr; 
}();

上一篇 下一篇

猜你喜欢

热点阅读