QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#573858 | #6394. Turn on the Light | MaMengQi | WA | 1ms | 3716kb | C++20 | 1.4kb | 2024-09-18 20:08:22 | 2024-09-18 20:08:22 |
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: 3716kb
input:
3 1 1
output:
? 2 ? 3 ! 3
result:
ok Correct position at 3
Test #2:
score: 0
Accepted
time: 1ms
memory: 3604kb
input:
10 1 2 3 3 4 4 4
output:
? 6 ? 10 ? 4 ? 4 ? 3 ? 3 ? 2 ! 2
result:
ok Correct position at 2
Test #3:
score: -100
Wrong Answer
time: 1ms
memory: 3676kb
input:
9 1 2 3 3 4 4 4
output:
? 5 ? 9 ? 3 ? 3 ? 2 ? 2 ? 2 ! 2
result:
wrong answer Wrong favorite light!