QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#694635 | #9532. 长野原龙势流星群 | ucup-team5138 | Compile Error | / | / | C++23 | 1.7kb | 2024-10-31 18:22:14 | 2024-10-31 18:22:27 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘void init()’: answer.code:12:9: error: ‘ind’ was not declared in this scope; did you mean ‘int’? 12 | ind[i]=0; | ^~~ | int answer.code:13:9: error: ‘ind2’ was not declared in this scope 13 | ind2[i]=0; | ^~~~ answer.code:15:9: error: ‘nex2’ was not declared in this scope; did you mean ‘nex1’? 15 | nex2[i].clear(); | ^~~~ | nex1 answer.code:16:9: error: ‘pre’ was not declared in this scope; did you mean ‘pread’? 16 | pre[i]=0; | ^~~ | pread answer.code:17:9: error: ‘book’ was not declared in this scope; did you mean ‘bool’? 17 | book[i]=0; | ^~~~ | bool