QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
详细
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 | } | ^