QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#534401 | #4569. Connect the Points | ucup-team1005# | WA | 0ms | 3804kb | C++20 | 1.2kb | 2024-08-27 09:10:43 | 2024-08-27 09:10:43 |
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: 0ms
memory: 3572kb
input:
1 1 3 5 8 6
output:
4 1 1 3 1 3 1 3 5 3 5 8 5 8 5 8 6
result:
ok Total length is 12
Test #2:
score: 0
Accepted
time: 0ms
memory: 3804kb
input:
1 1 2 2 3 3
output:
4 1 1 2 1 2 1 2 2 2 2 3 2 3 2 3 3
result:
ok Total length is 4
Test #3:
score: -100
Wrong Answer
time: 0ms
memory: 3768kb
input:
1 1 2 3 3 2
output:
4 1 1 2 1 2 1 2 3 2 3 3 3 3 3 3 2
result:
wrong answer Jury found better solution (j=4 vs p=5)