QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#521399 | #2199. Intriguing Selection | ahihi1234 | WA | 1ms | 3736kb | C++14 | 1.0kb | 2024-08-16 10:06:02 | 2024-08-16 10:06:03 |
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: 0
Wrong Answer
time: 1ms
memory: 3736kb
input:
2 3 > > > < < < > > 3 < < < > < > < <
output:
? 1 2 ? 3 4 ? 5 6 ? 4 2 ? 6 2 ? 6 4 ? 2 5 ? 4 5 ! ? 1 2 ? 3 4 ? 5 6 ? 3 1 ? 5 3 ? 5 1 ? 3 2 ? 5 2 !
result:
wrong answer Case 1: the top n are not uniquely determined: 3 is not compared to 6