QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
Tip: Click on the bar to expand more detailed information
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]