QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#39165#1274. Walking PlanZhangYiDeWA 0ms9388kbC++203.6kb2022-07-08 18:26:582022-07-08 18:27:01

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 9388kb

input:

2
3 3
1 2 1
2 3 10
3 1 100
3
1 1 1
1 2 1
1 3 1
2 1
1 2 1
1
2 1 1

output:

2
1
11
-1

result:

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