QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#506907#1252. Floyd-Warshallegypt_ioi2024b_04WA 1ms5856kbC++202.0kb2024-08-06 01:53:582024-08-06 01:53:58

詳細信息

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'