QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#891669#2169. 'S No ProblemMaMengQi WA 1ms3712kbC++232.9kb2025-02-09 16:20:152025-02-09 16:20:26

詳細信息

Test #1:

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

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

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: 0
Accepted
time: 0ms
memory: 3584kb

input:

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

output:

15

result:

ok single line: '15'

Test #4:

score: -100
Wrong Answer
time: 0ms
memory: 3712kb

input:

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

output:

-1082382200

result:

wrong answer 1st lines differ - expected: '6', found: '-1082382200'