QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
详细
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]<<" "; | ^