程序设计基础83 fill二维数组!!!

scanf("%d %d %d %d", &N, &M, &c1, &c2);
//Important!!!!!!!!!
fill(G[0], G[0] + max_n*max_n, INF);
for (int i = 0; i < N; i++) {
	scanf("%d", &single_weight[i]);
}

猜你喜欢

转载自blog.csdn.net/qq2285580599/article/details/84898518
今日推荐