题解 | #完美成绩#

完美成绩

https://www.nowcoder.com/practice/8312e497509a450f968d9a6a2381ce32

#include <stdio.h>
int main()
{
    int n = 0;
    while(scanf("%d",&n) !=EOF)
    {
        if(n>=90 && n<=100)
        {
            printf("Perfect\n");
        }
    }
    return 0;
}

全部评论

相关推荐

每晚夜里独自颤抖:要求太多的没必要理
点赞 评论 收藏
分享
评论
1
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务