摘要: 1 #include 2 #define maxn 20 3 int a[maxn+5], n; 4 5 int go( int p,int d,int t ) 6 {// printf("a[%d]=%d\n",p,a[p]); 7 while( t-- ) 8 ... 阅读全文