QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#643897#1809. Find the MST for GridZhaoZiLongWA 0ms3660kbC++20784b2024-10-16 07:15:072024-10-16 07:15:09

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

2 3
1
1 3 6
1 4
1 2

output:

2147483658

result:

wrong answer expected '17', found '2147483658'