编号 题目 状态 分数 总时间 内存 代码 / 答案文件 提交者 提交时间
#17862 #2015. shenchuan的CF段位 Wrong Answer 0 5 ms 272 K C / 807 B banned37 2024-10-19 14:09:57
显示原始代码
#include <stdio.h>
#include <stdlib.h>

int main() {
    int n = 0, i = 0;
    scanf("%d", &n);
    int a = 0;
    for (i = 1; i <= n; i++) {
        int a = 0;
        scanf("%d", &a);

        if (0 <= a && a < 1200)
            printf("Newbie NO\n");
        if (1200 <= a && a < 1400)
            printf("Pupil NO\n");
        if (1400 <= a && a < 1600)
            printf("Specialist NO\n");
        if (1600 <= a && a < 1700)
            printf("Expert NO\n");
        if (1700 <= a && a < 1900)
            printf("Expert YES\n");
        if (1900 <= a && a < 2100)
            printf("Candidate Master YES\n");
        if (2100 <= a && a < 2300)
            printf("Master YES\n");
        if (2300 <= a && a < 2400)
            printf("International Master YES\n");
        if (2400 <= a && a < 2600)
            printf("Grandmaster YES\n");
        if (2600 <= a && a < 3000)
            printf("International Grandmaster YES\n");
        if (3000 <= a && a < 4000)
            printf("Legendary Grandmaster YES\n");
        if (4000 <= a)
            printf("Tourist YES\n");
    }
    return 0;
}
子任务 #1
Wrong Answer
得分:0
测试点 #1
Wrong Answer
得分:0
用时:2 ms
内存:196 KiB

输入文件(1.in

20
3669
3865
3122
1249
2086
3643
730
3342
1452
1304
3535
3886
3592
1251
3370
1071
3
<23 bytes omitted>

答案文件(1.out

Legendary Grandmaster Yes
Legendary Grandmaster Yes
Legendary Grandmaster Yes
Pupil No
Candidate
<319 bytes omitted>

用户输出

Legendary Grandmaster YES
Legendary Grandmaster YES
Legendary Grandmaster YES
Pupil NO
Candidate Master YES
Legendary Grandmaste
<271 bytes omitted>

Special Judge 信息

Files user_out and answer differ

系统信息

Exited with return code 0
测试点 #2
Wrong Answer
得分:0
用时:3 ms
内存:272 KiB

输入文件(2.in

1000
259
2414
4622
4211
3558
1968
4316
715
780
1652
1641
452
318
4342
2438
3835
425
<5672 bytes omitted>

答案文件(2.out

Newbie No
Grandmaster Yes
Tourist Yes
Tourist Yes
Legendary Grandmaster Yes
Candidate Master Ye
<17217 bytes omitted>

用户输出

Newbie NO
Grandmaster YES
Tourist YES
Tourist YES
Legendary Grandmaster YES
Candidate Master YES
Tourist YES
Newbie NO
Newbie NO
<16189 bytes omitted>

Special Judge 信息

Files user_out and answer differ

系统信息

Exited with return code 0