QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#882846 | #3226. Distance Sum | angletrisection | WA | 4ms | 38508kb | C++14 | 5.3kb | 2025-02-05 11:54:50 | 2025-02-05 11:54:51 |
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: 4ms
memory: 36960kb
input:
10 5 1 2 1 1 1 4 1 2 1 5 1 2 1 2 1 5 1
output:
0 3 4 6 6 8 9 11 12 14
result:
ok 10 lines
Test #2:
score: -100
Wrong Answer
time: 2ms
memory: 38508kb
input:
10 5 1 10 1 5 1 3 1 5 1 5 1 1 1 3 1 1 1
output:
0 4 5 6 6 7 8 12 14 16
result:
wrong answer 3rd lines differ - expected: '4', found: '5'