QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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; | ^