QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#364382 | #6394. Turn on the Light | MaMengQi | WA | 1ms | 3848kb | C++20 | 1.2kb | 2024-03-24 14:13:46 | 2024-03-24 14:13:48 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 1ms
memory: 3544kb
input:
3 1 1
output:
? 2 ? 3 ! 3
result:
ok Correct position at 3
Test #2:
score: 0
Accepted
time: 1ms
memory: 3552kb
input:
10 1 2 3 4 5 6 6
output:
? 6 ? 10 ? 3 ? 9 ? 2 ? 8 ? 1 ! 1
result:
ok Correct position at 1
Test #3:
score: 0
Accepted
time: 1ms
memory: 3556kb
input:
9 1 2 3 4 5 6 6
output:
? 5 ? 9 ? 3 ? 8 ? 2 ? 7 ? 1 ! 1
result:
ok Correct position at 1
Test #4:
score: 0
Accepted
time: 0ms
memory: 3552kb
input:
8 1 2 3 4 5 6 6
output:
? 5 ? 8 ? 3 ? 7 ? 2 ? 6 ? 1 ! 1
result:
ok Correct position at 1
Test #5:
score: 0
Accepted
time: 0ms
memory: 3568kb
input:
7 1 2 3 4 4
output:
? 4 ? 7 ? 2 ? 6 ? 1 ! 1
result:
ok Correct position at 1
Test #6:
score: 0
Accepted
time: 0ms
memory: 3848kb
input:
6 1 2 3 4 4
output:
? 4 ? 6 ? 2 ? 5 ? 1 ! 1
result:
ok Correct position at 1
Test #7:
score: 0
Accepted
time: 0ms
memory: 3516kb
input:
5 1 2 3 4 4
output:
? 3 ? 5 ? 2 ? 4 ? 1 ! 1
result:
ok Correct position at 1
Test #8:
score: -100
Wrong Answer
time: 1ms
memory: 3560kb
input:
4 1 2 3 3
output:
? 3 ? 4 ? 2 ? 1 ! 4
result:
wrong answer Wrong favorite light!