QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#891722#2169. 'S No ProblemMaMengQi RE 0ms3584kbC++233.0kb2025-02-09 16:45:492025-02-09 16:45:50

詳細信息

Test #1:

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

input:

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

output:

10

result:

ok single line: '10'

Test #2:

score: -100
Runtime Error

input:

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

output:


result: