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