QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#174621#7184. Transport Plusesucup-team1118RE 1ms3688kbC++142.1kb2023-09-10 11:25:442023-09-10 11:25:45

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 1ms
memory: 3688kb

input:

1 2
1 1
5 3
6 2

output:

4.0000000000
3
0 1 2
1 5 2
0 5 3

result:

ok correct

Test #2:

score: 0
Accepted
time: 1ms
memory: 3620kb

input:

2 1
1 1
6 1
1 3
6 3

output:

2.0000000000
2
1 1 3
2 6 1

result:

ok correct

Test #3:

score: -100
Runtime Error

input:

0 0
1 1
1 1

output:

0.0000000000
32627
0 1 1
0 0 0
0 0 0
0 0 0
0 33 0
4113 0 0
0 0 0
808463920 0 0
808464432 4113 0
808464432 808463920 808464432
909259530 808464432 909259530
805975858 805975858 824193312
824193312 807415818 805974048
807415818 807415840 807415818
805974048 805974048 540226336
807415840 825494064 8074...

result: