QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#777558 | #9783. Duloc Network | ucup-team1878# | WA | 1ms | 3796kb | C++23 | 1.4kb | 2024-11-24 03:18:46 | 2024-11-24 03:18:48 |
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: 3548kb
input:
4 3 2 2 2 1 1 2 0 0
output:
? 0100 ? 1100 ? 1100 ? 0010 ? 1110 ? 1110 ? 0001 ? 1111 ? 1111 ! 1
result:
ok Correct answer with 9 queries.
Test #2:
score: 0
Accepted
time: 0ms
memory: 3600kb
input:
2 0
output:
? 01 ! 0
result:
ok Correct answer with 1 queries.
Test #3:
score: 0
Accepted
time: 1ms
memory: 3796kb
input:
4 3 2 2 2 1 1 2 0 0
output:
? 0100 ? 1100 ? 1100 ? 0010 ? 1110 ? 1110 ? 0001 ? 1111 ? 1111 ! 1
result:
ok Correct answer with 9 queries.
Test #4:
score: 0
Accepted
time: 0ms
memory: 3576kb
input:
2 0
output:
? 01 ! 0
result:
ok Correct answer with 1 queries.
Test #5:
score: -100
Wrong Answer
time: 1ms
memory: 3612kb
input:
50 1 4 4 1 5 5 1 6 6 1 7 7 4 10 10 3 11 11 1 12 12 1 13 13 2 14 14 3 14 14 3 16 16 2 15 15 1 14 14 2 16 16 4 17 17 3 16 16 1 17 17 1 17 17 1 17 17 2 16 16 4 15 15 1 16 16 3 15 15 1 15 15 4 14 14 3 13 13 2 12 12 2 13 13 2 14 14 4 14 14 2 14 14 2 13 13 1 14 14 1 13 13 2 12 12 1 12 12 2 11 11 4 10 10 1...
output:
? 01000000000000000000000000000000000000000000000000 ? 11000000000000000000000000000000000000000000000000 ? 11000000000000000000000000000000000000000000000000 ? 00100000000000000000000000000000000000000000000000 ? 11100000000000000000000000000000000000000000000000 ? 111000000000000000000000000000000...
result:
wrong answer Wrong answer.