Submission #500203


Source Code Expand

#include<stdio.h>


int main(){
    int a,b;
    char c;
    scanf("%1d%1d%1c",&a,&b,&c);
    
    if(c=='B'){printf("Bachelor");}else{if(c=='M'){printf("Master");}else{printf("Doctor");}}
    printf(" %d\n",10*a+b);
   
    return 0;}

Submission Info

Submission Time
Task A - ぼくの学生証
User unsepttrium
Language C (GCC 4.9.2)
Score 50
Code Size 246 Byte
Status AC
Exec Time 34 ms
Memory 804 KiB

Compile Error

./Main.c: In function ‘main’:
./Main.c:7:5: warning: ignoring return value of ‘scanf’, declared with attribute warn_unused_result [-Wunused-result]
     scanf("%1d%1d%1c",&a,&b,&c);
     ^

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 50 / 50
Status AC
AC × 31
Set Name Test Cases
Sample
All 00_sample_00, 10_random_small_00, 10_random_small_01, 10_random_small_02, 10_random_small_03, 10_random_small_04, 10_random_small_05, 10_random_small_06, 10_random_small_07, 10_random_small_08, 10_random_small_09, 10_random_small_10, 10_random_small_11, 10_random_small_12, 10_random_small_13, 10_random_small_14, 10_random_small_15, 10_random_small_16, 10_random_small_17, 10_random_small_18, 10_random_small_19, 10_random_small_20, 10_random_small_21, 10_random_small_22, 10_random_small_23, 10_random_small_24, 10_random_small_25, 10_random_small_26, 10_random_small_27, 10_random_small_28, 10_random_small_29
Case Name Status Exec Time Memory
00_sample_00 AC 22 ms 672 KiB
10_random_small_00 AC 22 ms 700 KiB
10_random_small_01 AC 24 ms 796 KiB
10_random_small_02 AC 24 ms 696 KiB
10_random_small_03 AC 22 ms 696 KiB
10_random_small_04 AC 24 ms 796 KiB
10_random_small_05 AC 25 ms 792 KiB
10_random_small_06 AC 24 ms 700 KiB
10_random_small_07 AC 24 ms 696 KiB
10_random_small_08 AC 24 ms 804 KiB
10_random_small_09 AC 22 ms 788 KiB
10_random_small_10 AC 25 ms 800 KiB
10_random_small_11 AC 25 ms 792 KiB
10_random_small_12 AC 23 ms 800 KiB
10_random_small_13 AC 24 ms 796 KiB
10_random_small_14 AC 25 ms 796 KiB
10_random_small_15 AC 30 ms 740 KiB
10_random_small_16 AC 27 ms 792 KiB
10_random_small_17 AC 24 ms 708 KiB
10_random_small_18 AC 34 ms 704 KiB
10_random_small_19 AC 24 ms 792 KiB
10_random_small_20 AC 24 ms 796 KiB
10_random_small_21 AC 24 ms 788 KiB
10_random_small_22 AC 25 ms 800 KiB
10_random_small_23 AC 27 ms 788 KiB
10_random_small_24 AC 24 ms 800 KiB
10_random_small_25 AC 25 ms 796 KiB
10_random_small_26 AC 25 ms 796 KiB
10_random_small_27 AC 24 ms 792 KiB
10_random_small_28 AC 25 ms 668 KiB
10_random_small_29 AC 23 ms 788 KiB