错误解释
CompileError!
编译信息
main.cpp: In function \xe2\x80\x98int main()\xe2\x80\x99:\nmain.cpp:27:14: warning: structured bindings only available with \xe2\x80\x98-std=c++17\xe2\x80\x99 or \xe2\x80\x98-std=gnu++17\xe2\x80\x99\n 27 | auto [node, id] = q.front();\n | ^\nmain.cpp:38:59: error: expected \xe2\x80\x98}\xe2\x80\x99 at end of input\n 38 | cout << (max_id == node_count ? "Yes" : "No") << endl;\n | ^\nmain.cpp:6:12: note: to match this \xe2\x80\x98{\xe2\x80\x99\n 6 | int main() {\n | ^\n