题解 | #完美成绩#
完美成绩
https://www.nowcoder.com/practice/8312e497509a450f968d9a6a2381ce32
#include <stdio.h>
int main() {
    int a;
    while (scanf("%d", &a) != EOF) {
        if (a >= 90 && a <= 100) {
            printf("Perfect\n");
        }
    }
    return 0;
}
c语言刷题 文章被收录于专栏
 c语言刷题题目
 投递中国邮政储蓄银行等公司10个岗位
投递中国邮政储蓄银行等公司10个岗位