QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#542644 | #8939. Permutation | ucup-team3188# | WA | 1ms | 3604kb | C++20 | 3.1kb | 2024-09-01 03:30:21 | 2024-09-01 03:30:23 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 1ms
memory: 3604kb
input:
3 5 3 2 5 6 6 3 3 1 4 3 2
output:
? 1 5 ? 1 3 ? 4 5 ! 4 ? 1 6 ? 1 5 ? 1 3 ? 1 2 ! 2 ? 1 4 ? 1 3 ! 4
result:
ok Correct (3 test cases)
Test #2:
score: -100
Wrong Answer
time: 0ms
memory: 3584kb
input:
10000 10 2 2 1 3 10 10 9 3 1 5
output:
? 1 10 ? 1 5 ? 1 2 ? 3 5 ! 4 ? 1 10 ? 9 10 ? 1 8 ? 1 3 ? 4 8 ? 4 5
result:
wrong answer Too many queries , n = 10 , now_q 6 (test case 2)