摘要: 1 #include 2 #include 3 4 int main() 5 { 6 int N, M, W, V; 7 int i, j, temp; 8 int *F; 9 scanf("%d %d",&N,&M); 10 F = (int*)calloc(M+1,sizeof(int)); 11 for(i=1;i=W;j--) 15 { 16 temp = F[j... 阅读全文
posted @ 2017-03-02 12:52 明早六点起 阅读(145) 评论(0) 推荐(0) 编辑