题解 | #及格分数#
及格分数
http://www.nowcoder.com/practice/56513524333148b38945e1989bc7df4e
int main()
{
int n = 0;
while(scanf("%d",&n)!=EOF)
{
if(n>=60)
{
printf("Pass\n");
}
else
printf("Fail\n");
}
return 0;
}
深信服公司福利 896人发布