QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#613195 | #6394. Turn on the Light | GuanYunchang | WA | 1ms | 3688kb | C++17 | 588b | 2024-10-05 13:43:48 | 2024-10-05 13:43:50 |
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: 3604kb
input:
3 1 2 2
output:
? 1 ? 2 ? 3 ! 3
result:
ok Correct position at 3
Test #2:
score: 0
Accepted
time: 1ms
memory: 3592kb
input:
10 1 2 3 2 3 3
output:
? 1 ? 2 ? 4 ? 8 ? 5 ? 6 ! 6
result:
ok Correct position at 6
Test #3:
score: 0
Accepted
time: 1ms
memory: 3688kb
input:
9 1 2 3 2 3 3
output:
? 1 ? 2 ? 4 ? 8 ? 5 ? 6 ! 6
result:
ok Correct position at 6
Test #4:
score: 0
Accepted
time: 1ms
memory: 3632kb
input:
8 1 2 3 2 3 3
output:
? 1 ? 2 ? 4 ? 8 ? 5 ? 6 ! 6
result:
ok Correct position at 6
Test #5:
score: -100
Wrong Answer
time: 1ms
memory: 3528kb
input:
7 1 2 3 4 5
output:
? 1 ? 2 ? 4 ? 5 ? 6 ? 8
result:
wrong answer Integer parameter [name=x] equals to 8, violates the range [1, 7]