QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#189669 | #7105. Pixel Art | ucup-team2039 | Compile Error | / | / | C++14 | 4.3kb | 2023-09-27 19:19:22 | 2023-09-27 19:19:22 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void solve()’: answer.code:87:9: error: ‘vis’ was not declared in this scope 87 | vis[i]=0; | ^~~ answer.code:151:22: warning: structured bindings only available with ‘-std=c++17’ or ‘-std=gnu++17’ 151 | for(auto [u,v]:mp) | ^ answer.code: In member function ‘bool node::operator<(const node&)’: answer.code:35:5: warning: control reaches end of non-void function [-Wreturn-type] 35 | } | ^