QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#453973 | #8819. CNOI Knowledge | ucup-team4269 | Compile Error | / | / | C++20 | 1.1kb | 2024-06-24 15:19:54 | 2024-06-24 15:19:54 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:17:7: error: ‘N’ was not declared in this scope 17 | int a[N]; | ^ answer.code: In function ‘int main()’: answer.code:38:17: error: ‘a’ was not declared in this scope 38 | a[i] = i; | ^ answer.code:51:17: error: ‘a’ was not declared in this scope 51 | a[i] = a[l - 1]; | ^ answer.code:56:25: error: ‘a’ was not declared in this scope 56 | cout << a[i] << " \n"; | ^