QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#573642 | #6394. Turn on the Light | GuanYunchang | WA | 1ms | 3720kb | C++23 | 861b | 2024-09-18 19:31:40 | 2024-09-18 19:31:40 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 1ms
memory: 3676kb
input:
3 1 1
output:
? 2 ? 3 ! 3
result:
ok Correct position at 3
Test #2:
score: 0
Accepted
time: 0ms
memory: 3660kb
input:
10 1 0 1 0 0
output:
? 5 ? 10 ? 7 ? 9 ? 8 ! 8
result:
ok Correct position at 8
Test #3:
score: 0
Accepted
time: 0ms
memory: 3660kb
input:
9 1 2 1 1
output:
? 5 ? 9 ? 2 ? 4 ! 4
result:
ok Correct position at 4
Test #4:
score: 0
Accepted
time: 0ms
memory: 3720kb
input:
8 1 0 1 1
output:
? 4 ? 8 ? 6 ? 7 ! 7
result:
ok Correct position at 7
Test #5:
score: 0
Accepted
time: 0ms
memory: 3660kb
input:
7 1 2 3 4 4
output:
? 4 ? 7 ? 2 ? 3 ? 1 ! 1
result:
ok Correct position at 1
Test #6:
score: 0
Accepted
time: 0ms
memory: 3600kb
input:
6 1 0 1 1
output:
? 3 ? 6 ? 4 ? 5 ! 5
result:
ok Correct position at 5
Test #7:
score: 0
Accepted
time: 0ms
memory: 3664kb
input:
5 1 2 2 3
output:
? 3 ? 5 ? 1 ? 2 ! 1
result:
ok Correct position at 1
Test #8:
score: 0
Accepted
time: 1ms
memory: 3680kb
input:
4 1 1
output:
? 2 ? 4 ! 4
result:
ok Correct position at 4
Test #9:
score: 0
Accepted
time: 1ms
memory: 3696kb
input:
3 1 1
output:
? 2 ? 3 ! 3
result:
ok Correct position at 3
Test #10:
score: 0
Accepted
time: 1ms
memory: 3688kb
input:
2 1 1
output:
? 1 ? 2 ! 2
result:
ok Correct position at 2
Test #11:
score: 0
Accepted
time: 1ms
memory: 3608kb
input:
1 0
output:
? 1 ! 1
result:
ok Correct position at 1
Test #12:
score: -100
Wrong Answer
time: 1ms
memory: 3584kb
input:
1000000 1 0 1 2 3 4 3 4 3 2 1 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 26
output:
? 500000 ? 1000000 ? 750000 ? 999999 ? 625000 ? 749999 ? 562500 ? 624999 ? 531250 ? 562499 ? 546874 ? 562498 ? 554686 ? 562497 ? 550780 ? 554685 ? 548827 ? 550779 ? 547850 ? 548826 ? 547362 ? 547849 ? 547118 ? 547361 ? 546996 ? 547117 ? 546935 ? 546995 ? 546904 ? 546934 ? 546889 ? 546903 ? 546881 ? ...
result:
wrong answer Wrong answer, more than 1 possible light!