QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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; | ^~~