int connect(MGragh *G,int tour[])这个函数里,G是MGragh *指针类型,
而在travelGragh(MGragh G,int v,int tour[])这个函数里,G是MGragh 类型,
两个类型不一致,蓝色那条调用出错了。