QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#745243 | #8818. Colorful Graph 3 | Z_301 | Compile Error | / | / | C++14 | 1.7kb | 2024-11-14 08:34:08 | 2024-11-14 08:34:09 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘void work()’: answer.code:46:20: error: redeclaration of ‘int T’ 46 | static int T; if(T==67) cout<<n<<" "<<k<<" "<<c1<<"\n"; | ^ answer.code:38:20: note: ‘int T’ previously declared here 38 | static int T; | ^ answer.code:62:18: warning: structured bindings only available with ‘-std=c++17’ or ‘-std=gnu++17’ [-Wc++17-extensions] 62 | for(auto [u,v,w]:ans) cout<<u<<" "<<v<<" "<<w<<"\n"; | ^