QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
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) | ^~~~~~~