QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#754936 | #7535. Limited Shuffle Restoring | ucup-team138# | WA | 1ms | 3832kb | C++17 | 3.2kb | 2024-11-16 16:06:43 | 2024-11-16 16:06:43 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 0ms
memory: 3832kb
input:
5 > < < > < <
output:
? 4 5 ? 1 5 ? 3 5 ? 1 3 ? 1 2 ? 2 5 ! 2 3 1 5 4
result:
ok yeah, seems ok, spent 6 queries of 13
Test #2:
score: -100
Wrong Answer
time: 1ms
memory: 3828kb
input:
1
output:
? 0 1
result:
wrong answer Integer 0 violates the range [1, 1]