QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#585859#5648. Crossing the RailwayspokorfanclubWA 1ms3632kbC++206.5kb2024-09-23 22:26:532024-09-23 22:26:53

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

4 3 5 1
1 2 1
3 4 1
2 3 2
3 4 3

output:

0

result:

ok single line: '0'

Test #2:

score: -100
Wrong Answer
time: 1ms
memory: 3628kb

input:

3 3 12 2
2 10 1
1 6 2
8 12 3

output:

3

result:

wrong answer 1st lines differ - expected: '2', found: '3'