中国大学MOOC-哈工大-C语言程序设计精髓第六-十二(2)
发布时间:2021-06-08
发布时间:2021-06-08
}
else
{
flag = 1;
break;
}
}
s = atoi(score);
if (s < 0 || s > 100 || flag == 1)
{
printf("Input error!\n");
printf("Please input score:\n");
continue;
}
else{
break;
}
}
s = atoi(score);
if (s >= 90)