%81d 每81个空格中打印一个数值。如printf("%81d",n);每81个空格中打印一个数值n。arr[i] 表示数组arr的下标为 i 的值,如定义一个数组 int arr[]={7,1,2,3},则arr[0]=7,arr[1]=1;