QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#506907#1252. Floyd-Warshallegypt_ioi2024b_04WA 1ms5856kbC++202.0kb2024-08-06 01:53:582024-08-06 01:53:58

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

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

output:

1

result:

ok answer is '1'

Test #2:

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

input:

2 1
1 2 1000

output:

1

result:

wrong answer expected '0', found '1'