QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#703489#2169. 'S No ProblemHuangHanShengWA 1ms10232kbC++203.5kb2024-11-02 17:52:592024-11-02 17:52:59

详细

Test #1:

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

input:

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

output:

10

result:

ok single line: '10'

Test #2:

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

input:

6
6 2 1
4 6 1
3 1 1
1 5 1
1 6 10

output:

15

result:

ok single line: '15'

Test #3:

score: -100
Wrong Answer
time: 1ms
memory: 8484kb

input:

6
1 3 1
3 2 1
3 4 10
5 4 1
4 6 1

output:

16

result:

wrong answer 1st lines differ - expected: '15', found: '16'