QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
详细
answer.code: In function ‘int main()’: answer.code:55:29: error: ‘n’ was not declared in this scope 55 | std::cin >> n; | ^