QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#129914 | #6428. K Co-prime Permutation | ZhaoZiLong | Compile Error | / | / | C++20 | 338b | 2023-07-23 08:20:20 | 2023-07-23 08:20:21 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int main()’: answer.code:16:25: error: ‘a’ was not declared in this scope 16 | a[i]=i; | ^ answer.code:22:31: error: ‘a’ was not declared in this scope 22 | cout<<a[i]<<" "; | ^