作廢?主()
{
int?buff[10]={1,2,3,4,5,6,7,8,9,10 };
int?溫度;//中間變量
int?n;
Printf("請為n \n輸入壹個值");
scanf("%d ",& ampn);
for(int?I = 0;我& ltn;I++)//循環控制運動次數
{
/*移動壹位*/
temp = buff[0];
for(int?j = 0;j & lt10;j++)
buff[j]= buff[j+1];
buff[9]= temp;
}
for(int?j = 0;j & lt10;j++)
printf("%d?",buff[j]);
}