QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#729791 | #9570. Binary Tree | ucup-team3188# | Compile Error | / | / | C++20 | 6.8kb | 2024-11-09 17:50:21 | 2024-11-09 17:51:31 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘int main()’: answer.code:248:20: error: redeclaration of ‘std::queue<long long int> Q’ 248 | queue<ll>Q; | ^ answer.code:240:20: note: ‘std::queue<long long int> Q’ previously declared here 240 | queue<ll>Q; | ^