①处应填( )
k>count
k==n-1
k==n
k<count
②处应填( )
count%5==1
count==5
count%5==0
count%10==0
③处应填()
perm(k+1)
perm( k)
perm(k-1)
perm( 1 )
④处应填()
a[j]=a[k]; a[k]=t
a[j]=a[k]; a[j]=t
a[k]=a[j]; a[j]=t
a[k]=a[j];a[t]=j
⑤处应填()
perm(n-1)
perm(n)
perm(1)
perm(0)
发表评论