在NOI
系列赛中,使用的C++
编译器是g++4.4.5
,但我在Ubuntu20.04
下直接sudo apt install g++
的版本太高了:
acfboy@acfboy:~$ g++ --version
g++ (Ubuntu 9.3.0-10ubuntu2) 9.3.0
Copyright (C) 2019 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
请问如何使用NOI
系列赛的标准环境?
过高的g++
会出现一个问题,入iostream
也能用NOI
中在algorithm
里的abs
,导致本地编译过,提交则CE