QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#113324#2169. 'S No Problemxiaowuc1WA 1ms3560kbC++175.7kb2023-06-17 05:39:172023-06-17 05:39:19

詳細信息

Test #1:

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

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: 1ms
memory: 3516kb

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: 3560kb

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'