QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#419343#1252. Floyd-WarshallmekoszcRE 0ms0kbC++142.0kb2024-05-23 20:33:052024-05-23 20:33:05

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Dangerous Syscalls

input:

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

output:


result: