QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#97924#2928. Espresso!ZhaoZiLongCompile Error//C++985.4kb2023-04-19 04:39:102023-04-19 04:39:11

Details

In file included from /usr/include/c++/11/chrono:36,
                 from answer.code:12:
/usr/include/c++/11/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support must be enabled with the -std=c++11 or -std=gnu++11 compiler options.
   32 | #error This file requires compiler and library support \
      |  ^~~~~
answer.code: In function ‘void AC()’:
answer.code:78:13: error: ‘nullptr’ was not declared in this scope
   78 |     cin.tie(nullptr); // or cin.tie(NULL)
      |             ^~~~~~~