QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#190807 | #1368. Kth Subtree | lmq26052003 | Compile Error | / | / | C++20 | 1.7kb | 2023-09-29 14:28:27 | 2023-09-29 14:28:27 |
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:51:24: error: ‘N’ was not declared in this scope 51 | cout << (ret > N ? -1 : ret) << '\n'; | ^