QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#99815 | #6354. 4 | LoverInTime | Compile Error | / | / | C++14 | 1.7kb | 2023-04-23 19:50:13 | 2023-04-23 19:50:17 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘int main()’: answer.code:58:31: error: ‘u’ was not declared in this scope 58 | for(int v:adj[u]) init[v]=0; | ^