QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#243906 | #7680. Subway | ucup-team2008 | WA | 0ms | 3728kb | C++17 | 1.2kb | 2023-11-08 19:04:48 | 2023-11-08 19:04:49 |
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: 3656kb
input:
3 1 2 1 2 1 2 3 3 2
output:
2 3 2 1 1 2 3 3 4 -1 -1 2 1 3 3 4 5
result:
ok ok Sum L = 7
Test #2:
score: -100
Wrong Answer
time: 0ms
memory: 3728kb
input:
1 1 1 1
output:
2 3 2 1 1 2 3 3 4 -1 -1 2 1 3 3 4 5
result:
wrong answer Polyline 2 intersects with previous polylines.