QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#224964 | #7606. Digital Nim | ucup-team2323 | Compile Error | / | / | C++20 | 2.3kb | 2023-10-23 18:45:32 | 2023-10-23 18:45:32 |
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:55:29: error: ‘n’ was not declared in this scope 55 | std::cin >> n; | ^