QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#540582 | #8939. Permutation | ucup-team4809# | WA | 5ms | 3628kb | C++14 | 2.3kb | 2024-08-31 17:23:11 | 2024-08-31 17:23:12 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 0ms
memory: 3628kb
input:
3 5 3 3 3 6 6 3 6 4 3 3
output:
? 1 5 ? 3 5 ? 3 4 ! 4 ? 1 6 ? 3 6 ? 2 6 ! 2 ? 1 4 ? 3 4 ! 4
result:
ok Correct (3 test cases)
Test #2:
score: -100
Wrong Answer
time: 5ms
memory: 3608kb
input:
10000 10 2 1 2 2 3 10 10 10 7 10 10 5 1 4 4
output:
? 1 10 ? 1 2 ? 2 6 ? 2 4 ? 2 3 ! 4 ? 1 10 ? 5 10 ? 7 10 ? 6 10 ! 6 ? 1 10 ? 1 5 ? 3 5 ? 2 5 ! 1
result:
wrong answer Wrong prediction (test case 3)