QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#882891 | #3226. Distance Sum | angletrisection | WA | 2ms | 34420kb | C++14 | 7.0kb | 2025-02-05 12:55:26 | 2025-02-05 12:55:27 |
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: 0
Wrong Answer
time: 2ms
memory: 34420kb
input:
10 5 1 2 1 1 1 4 1 2 1 5 1 2 1 2 1 5 1
output:
0 3 5 6 6 8 9 11 13 14
result:
wrong answer 3rd lines differ - expected: '4', found: '5'