QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#779899 | #9783. Duloc Network | ucup-team4851 | WA | 1ms | 3856kb | C++20 | 1.3kb | 2024-11-24 22:40:54 | 2024-11-24 22:40:55 |
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: 1ms
memory: 3856kb
input:
4 1 3 2 2
output:
? 1000 ? 0100 ? 0010 ? 0001 ! 1
result:
ok Correct answer with 4 queries.
Test #2:
score: 0
Accepted
time: 1ms
memory: 3672kb
input:
2 0
output:
? 10 ! 0
result:
ok Correct answer with 1 queries.
Test #3:
score: 0
Accepted
time: 0ms
memory: 3604kb
input:
4 1 3 2 2
output:
? 1000 ? 0100 ? 0010 ? 0001 ! 1
result:
ok Correct answer with 4 queries.
Test #4:
score: 0
Accepted
time: 1ms
memory: 3620kb
input:
2 0
output:
? 10 ! 0
result:
ok Correct answer with 1 queries.
Test #5:
score: -100
Wrong Answer
time: 1ms
memory: 3668kb
input:
50 3 1 1 1 1 4 3 1 1 2 3 3 2 1 2 4 3 1 1 1 2 4 1 3 1 4 3 2 2 2 4 2 2 1 1 2 1 2 4 1 1 3 3 3 6 2 1 3 2 3
output:
? 10000000000000000000000000000000000000000000000000 ? 01000000000000000000000000000000000000000000000000 ? 00100000000000000000000000000000000000000000000000 ? 00010000000000000000000000000000000000000000000000 ? 00001000000000000000000000000000000000000000000000 ? 000001000000000000000000000000000...
result:
wrong answer Wrong answer.