QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#877425#9756. Balancing ArtMaMengQiAC ✓0ms4480kbC++173.1kb2025-01-31 22:06:182025-01-31 22:06:29

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 0ms
memory: 4480kb

input:

3 3
1 2 3
1 3 4
2 3 6

output:

1

result:

ok single line: '1'

Test #2:

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

input:

5 4
1 2 2
1 5 2
2 3 2
2 4 20

output:

16

result:

ok single line: '16'