目前(2019年2月22日)仍然是 G++ 4.8.4 , 终端运行,命令行: g++ test.cpp -o test ,而g++ 4.8.4默认标准是: -std=gnu++98

g++到了gcc6才把默认标准直接改为 gnu++14 ,参考资料:https://gcc.gnu.org/gcc-6/changes.html

答案的评测工具是:Atbiter单机版和网络版,区别是网络版支持分布式评测。

相关文章:

  • 2021-11-18
  • 2021-07-02
  • 2021-12-05
  • 2022-12-23
  • 2021-11-30
  • 2021-06-09
  • 2021-04-25
  • 2021-05-10
猜你喜欢
  • 2021-05-13
  • 2021-07-31
  • 2021-07-15
  • 2021-07-19
  • 2022-12-23
  • 2021-09-14
相关资源
相似解决方案