说明: #include void move(int n,int a,int b,int c); main() { int num; printf("the number of plate is:"); scanf("%d",#); move(num, 1, 2, 3); return 0; } void move(int n, int from, int med, int to) { if (n==1) printf("%dplate:%d-->%d \n",n,from, to);
<weixin_43835957> 上传 | 大小:453byte