본선대회 C++ 컴파일러 버전 업그레이드 관련
2019년 본선 대회에서 사용할 C++ 컴파일러 옵션을 C++11를 사용하는 것으로 9월 초 공지한 바 있으나, 대회 참가자의 편의를 위하여 C++14로 한 단계 업그레이드 된 컴파일러 옵션을 사용하기로 결정하였습니다.
We announced that we are going to use C++11 on the regional contest in last September. However we have decided to change the version from C++11 to C++14 for contestants’ convenience.
이에 변경된 컴파일러 옵션을 공지합니다.
Thus, we announce the new compiler option we are going to use.
최종 결정된 컴파일러 옵션은 다음과 같습니다:
Below is the compiler option that we are going to use on the regional contest.
- g++ (Ubuntu 7.4.0-1ubuntu1~18.04.1) 7.4.0 (
g++ -x c++ -Wall -O2 -std=c++14 -static -pipe -DONLINE_JUDGE -DDOMJUDGE $*
)