count = 0;
while(count < 10){
    scanf(\"%d\", &input[count]);
    if(input[count]<0 || 100<input[count]) continue;
    else if(input이 숫자가 아닐 때) continue;
    else count++;
}