QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#695768 | #9532. 长野原龙势流星群 | ucup-team5138 | Compile Error | / | / | C++23 | 1.3kb | 2024-10-31 20:45:24 | 2024-10-31 20:45:24 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code:22:9: error: ‘x’ was not declared in this scope 22 | int del[x]; | ^ answer.code: In function ‘int main()’: answer.code:45:12: error: ‘del’ was not declared in this scope 45 | if(del[x]==1) continue ; | ^~~ answer.code:45:16: error: ‘x’ was not declared in this scope 45 | if(del[x]==1) continue ; | ^ answer.code:46:9: error: ‘del’ was not declared in this scope 46 | del[now.x]=1; | ^~~