Description: The rented yacht score: 5/Discount: 0.8 Yangtze River Yacht Club is set in the Yangtze River n a yacht rental stations 1,2, ..., n. Visitors rent yachts, yacht rental points in the lower reaches of a yacht rental station to return the yacht. Yacht rental station i to j the rent of the yacht rental station for r (i, j), 1 < = i <j<=n。试设计一个算法,计算出从游艇出租站1 到游艇出租站n 所需的最少租金。
编程任务:
对于给定的游艇出租站i 到游艇出租站j 之间的租金为r(i,j),1<=i<j<=n,编程计算从游艇出租站1 到游艇出租站n所需的最少租金。
数据输入:
文件的第1 行中有1 个正整数n(n<=200),表示有n个游艇出租站。接下来的n-1 行是r(i,j),1<=i<j<=n。
结果输出:
程序运行结束时,将计算出的从游艇出租站1 到游艇出租站n所需的最少租金输出。
输入文件示例:
3
5 15
7
输出文件示例:
12
To Search:
File list (Check if you may need any files):
zyyt.cpp
无标题.jpg