租用游艇问题

#include 
#include 

/* run this program using the console pauser or add your own getch, system("pause") or input loop */

int main(int argc, char *argv[]) {
	int n;
	int data[100][100];
	int i = 0, j = 0;
	int k = 0, l = 0;//K要走的站点数量 l是中间站点 
	int t = 0;
	scanf("%d",&n);
	for (i=1; i

你可能感兴趣的:(数据结构与算法,算法,租用游艇问题)