QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#807376 | #9783. Duloc Network | ucup-team2262# | WA | 1ms | 3852kb | C++23 | 1.6kb | 2024-12-09 22:12:38 | 2024-12-09 22:12:39 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 0ms
memory: 3580kb
input:
4 2 1 1 3 2
output:
? 0110 ? 1000 ? 1110 ? 0100 ? 1100 ! 1
result:
ok Correct answer with 5 queries.
Test #2:
score: 0
Accepted
time: 1ms
memory: 3780kb
input:
2 0 0 0
output:
? 01 ? 10 ? 11 ! 0
result:
ok Correct answer with 3 queries.
Test #3:
score: 0
Accepted
time: 1ms
memory: 3600kb
input:
4 2 1 1 3 2
output:
? 0110 ? 1000 ? 1110 ? 0100 ? 1100 ! 1
result:
ok Correct answer with 5 queries.
Test #4:
score: 0
Accepted
time: 1ms
memory: 3628kb
input:
2 0 0 0
output:
? 01 ? 10 ? 11 ! 0
result:
ok Correct answer with 3 queries.
Test #5:
score: -100
Wrong Answer
time: 1ms
memory: 3852kb
input:
50 13 3 14 14 15 8 11 11 14 11 14 13 16
output:
? 01111111111111111111111111000000000000000000000000 ? 10000000000000000000000000000000000000000000000000 ? 11111111111111111111111111000000000000000000000000 ? 01111111111110000000000000000000000000000000000000 ? 11111111111110000000000000000000000000000000000000 ? 011111100000000000000000000000000...
result:
wrong answer Wrong answer.