QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#635949 | #8939. Permutation | ucup-team3627# | WA | 2ms | 3660kb | C++23 | 2.8kb | 2024-10-12 21:33:42 | 2024-10-12 21:33:47 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 1ms
memory: 3660kb
input:
3 5 3 3 5 6 6 5 3 1 4 3 2
output:
? 1 5 ? 3 5 ? 4 5 ! 4 ? 1 6 ? 4 6 ? 3 6 ? 1 2 ! 2 ? 1 4 ? 1 3 ! 4
result:
ok Correct (3 test cases)
Test #2:
score: -100
Wrong Answer
time: 2ms
memory: 3644kb
input:
10000 10 2 3 2 7 5
output:
? 1 10 ? 1 3 ? 1 7 ? 4 7 ? 4 6 ? 4 5
result:
wrong answer Too many queries , n = 10 , now_q 6 (test case 1)