以下是一段程序有什么错误int data[10];{for(unsigned int i=0;i<10:i++) printf ("%d",data[i]);}{for(unsigned int i=10-1;i>0:i--) printf("%d",data[i]);}