QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#212787 | #4186. Card Trading | GuanYunchang | Compile Error | / | / | C++98 | 1021b | 2023-10-13 20:34:13 | 2023-10-13 20:34:13 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int main()’: answer.code:14:13: error: ‘nullptr’ was not declared in this scope 14 | cin.tie(nullptr); | ^~~~~~~