F.A.Q
Hand In Hand
Online Acmers
Problem Archive
Realtime Judge Status
Authors Ranklist
 
     C/C++/Java Exams     
ACM Steps
Go to Job
Contest LiveCast
ICPC@China
Best Coder beta
VIP | STD Contests
    DIY | Web-DIY beta
Author ID 
Password 
 Register new ID

transaction transaction transaction

Time Limit: 4000/2000 MS (Java/Others)    Memory Limit: 132768/132768 K (Java/Others)
Total Submission(s): 4465    Accepted Submission(s): 1896


Problem Description
Kelukin is a businessman. Every day, he travels around cities to do some business. On August 17th, in memory of a great man, citizens will read a book named "the Man Who Changed China". Of course, Kelukin wouldn't miss this chance to make money, but he doesn't have this book. So he has to choose two city to buy and sell.
As we know, the price of this book was different in each city. It is $a_i$ $yuan$ in $i$$t$ city. Kelukin will take taxi, whose price is $1$$yuan$ per km and this fare cannot be ignored.
There are $n-1$ roads connecting $n$ cities. Kelukin can choose any city to start his travel. He want to know the maximum money he can get.
 

Input
The first line contains an integer $T$ ($1\leq T \leq 10$) , the number of test cases.
For each test case:
first line contains an integer $n$ ($2\leq n\leq 100000$) means the number of cities;
second line contains $n$ numbers, the $i$$th$ number means the prices in $i$$th$ city; $(1 \leq Price \leq 10000)$
then follows $n-1$ lines, each contains three numbers $x$, $y$ and $z$ which means there exists a road between $x$ and $y$, the distance is $z$$km$ $(1\leq z\leq 1000)$.
 

Output
For each test case, output a single number in a line: the maximum money he can get.
 

Sample Input
1 4 10 40 15 30 1 2 30 1 3 2 3 4 10
 

Sample Output
8
 

Source
 

Statistic | Submit | Discuss | Note
Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2025 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.001000(s) query 1, Server time : 2025-03-31 13:08:54, Gzip enabled