void main()
{
	double P[N][n+1]={    };
	double Matrix TAU;
	Tour tour;
	int k,i,j;
	double ETA,TO_PART[N],TOUR_PART[M],TOUR_P[N];
	double MAX_TOUR_P[M],TOUR_ALL[M],TOUR_PART_L[M],
	double ASM_RATE[maxNC],ASM_ACC[maxNC],ASM_QUA[maxNC];
	int MAX_INDEX[M],USE_NUM[maxNC];
	double Random[M];
	int random[M],CURRENT_TOUR,MIN_PART_INDEX,
		TOUR_ALL_INDEX[maxNC][M];
出现错误
E:\c++\Microsoft Visual Studio\MyProjects\zhuangpei\zhuangpei1.cpp(32) : error C2059: syntax error : '}'
E:\c++\Microsoft Visual Studio\MyProjects\zhuangpei\zhuangpei1.cpp(33) : error C2146: syntax error : missing ';' before identifier 'TAU'
E:\c++\Microsoft Visual Studio\MyProjects\zhuangpei\zhuangpei1.cpp(33) : fatal error C1004: unexpected end of file found
执行 cl.exe 时出错.

zhuangpei1.obj - 1 error(s), 0 warning(s)