QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#426566 | #7933. Build Permutation | GuanYunchang | WA | 1ms | 3508kb | C++14 | 536b | 2024-05-31 15:17:33 | 2024-05-31 15:17:36 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 0
Wrong Answer
time: 1ms
memory: 3508kb
input:
5 4 2 5 1 3
output:
4 1 3 -2 -1
result:
wrong answer Integer -2 violates the range [1, 5]