QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#97924 | #2928. Espresso! | ZhaoZiLong | Compile Error | / | / | C++98 | 5.4kb | 2023-04-19 04:39:10 | 2023-04-19 04:39:11 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
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) | ^~~~~~~