QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#147908 | #3531. Prime or number | HuangHanSheng | Compile Error | / | / | C++98 | 2.3kb | 2023-08-23 14:40:22 | 2023-08-23 14:40:25 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
In file included from /usr/include/c++/11/unordered_map:35, from answer.code:13: /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 ‘int main()’: answer.code:97:13: error: ‘nullptr’ was not declared in this scope 97 | cin.tie(nullptr); | ^~~~~~~