QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#253860 | #7680. Subway | ucup-team138 | WA | 0ms | 4072kb | C++14 | 2.0kb | 2023-11-17 17:43:36 | 2023-11-17 17:43:36 |
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: 4072kb
input:
3 1 2 1 2 1 2 3 3 2
output:
2 5 1 2 2520 -6280 2 1 2521 -6281 3 3 5 4389 -10941 6908 -17223 2 1 6909 -17224 3 3
result:
ok ok Sum L = 10
Test #2:
score: -100
Wrong Answer
time: 0ms
memory: 3744kb
input:
1 1 1 1
output:
2 3000 3000 1 1
result:
wrong output format Unexpected character #10, but ' ' expected