QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#509963#1252. Floyd-Warshallegypt_ioi2024_04WA 2ms5776kbC++203.0kb2024-08-08 20:12:492024-08-08 20:12:50

详细

Test #1:

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

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: 0
Accepted
time: 0ms
memory: 3896kb

input:

2 1
1 2 1000

output:

0

result:

ok answer is '0'

Test #3:

score: 0
Accepted
time: 0ms
memory: 5676kb

input:

2 1
2 1 420

output:

0

result:

ok answer is '0'

Test #4:

score: 0
Accepted
time: 0ms
memory: 3628kb

input:

2 2
1 2 69
2 1 333

output:

0

result:

ok answer is '0'

Test #5:

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

input:

10 9
9 8 1
8 6 1
6 3 1
3 7 1
7 4 1
4 10 1
10 2 1
2 1 1
1 5 1

output:

11

result:

ok answer is '11'

Test #6:

score: -100
Wrong Answer
time: 2ms
memory: 4000kb

input:

56 3000
48 41 4
55 29 10
44 43 6
25 40 10
50 19 8
55 9 10
44 50 10
52 44 6
49 8 10
25 50 9
51 32 10
7 27 10
3 34 10
9 15 9
7 43 9
16 31 7
49 37 10
14 26 8
48 16 9
43 27 8
30 38 5
2 56 7
32 15 10
45 17 7
24 2 7
37 13 8
46 15 10
54 30 7
53 13 5
8 15 9
19 9 9
43 12 10
56 29 9
24 19 6
19 41 10
3 33 4
37...

output:

0

result:

wrong answer expected '125', found '0'