QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#540834 | #8939. Permutation | ucup-team4269# | WA | 76ms | 3596kb | C++20 | 2.0kb | 2024-08-31 17:56:36 | 2024-08-31 17:58:10 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 1ms
memory: 3596kb
input:
3 5 3 3 3 2 6 6 6 3 4 3 3 2
output:
? 1 5 ? 1 4 ? 2 4 ? 2 3 ! 4 ? 1 6 ? 2 6 ? 3 6 ! 2 ? 1 4 ? 2 4 ? 2 3 ! 4
result:
ok Correct (3 test cases)
Test #2:
score: -100
Wrong Answer
time: 76ms
memory: 3540kb
input:
10000 10 2 2 2 2 3 10 10 10 10
output:
? 1 10 ? 1 7 ? 1 6 ? 1 4 ? 1 3 ! 4 ? 1 10 ? 3 10 ? 4 10 ? 5 10
result:
wrong answer Too long queries, n = 10, now length 31 (test case 2)