QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#729791#9570. Binary Treeucup-team3188#Compile Error//C++206.8kb2024-11-09 17:50:212024-11-09 17:51:31

詳細信息

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;
      |                    ^