这到底错在哪里呀?
#include<stdio.h>void main(){
int i,n;
printf("Please enter an integer");
while(i=0;i<3&&scanf("%d",&n)!=1;++i)
{
while(getchar()='\n')
printf("Input incorrect.An integer again.\n");
}
if(i==3) printf("there 3hour for you to waite.\n ");
}