for(i=0;;i++) { printf("请输入你的年龄:"); scanf("%d",&a); if(a>0) printf("你的年龄为:"); break; else continue; }