Submission #2458443


Source Code Expand

def getinputdata():

    # 配列初期化
    array_result = []
    
    data = input()

    
    array_result.append(data.split(" "))

    flg = 1

    try:


        while flg:

            data = input()

            array_temp = []

            if(data != ""):
                
                array_result.append(data.split(" "))

                flg = 1

            else:

                flg = 0
    finally:


        return array_result

arr_data = getinputdata()

s = arr_data[0][0]

#print(s)

hash={"B":"Bachelor","M":"Master","D":"Doctor"}

print(hash[s[2]] + " " + s[0:2])

Submission Info

Submission Time
Task A - ぼくの学生証
User senshi2000
Language Python (3.4.3)
Score 50
Code Size 631 Byte
Status AC
Exec Time 17 ms
Memory 3064 KB

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 17 ms 3064 KB
10_random_small_00 AC 17 ms 3064 KB
10_random_small_01 AC 17 ms 3060 KB
10_random_small_02 AC 17 ms 3064 KB
10_random_small_03 AC 17 ms 3060 KB
10_random_small_04 AC 17 ms 3060 KB
10_random_small_05 AC 17 ms 3060 KB
10_random_small_06 AC 17 ms 3060 KB
10_random_small_07 AC 17 ms 3064 KB
10_random_small_08 AC 17 ms 3064 KB
10_random_small_09 AC 17 ms 3060 KB
10_random_small_10 AC 17 ms 2940 KB
10_random_small_11 AC 17 ms 3060 KB
10_random_small_12 AC 17 ms 3064 KB
10_random_small_13 AC 17 ms 3064 KB
10_random_small_14 AC 17 ms 3060 KB
10_random_small_15 AC 17 ms 3060 KB
10_random_small_16 AC 17 ms 2940 KB
10_random_small_17 AC 17 ms 3064 KB
10_random_small_18 AC 17 ms 3064 KB
10_random_small_19 AC 17 ms 3060 KB
10_random_small_20 AC 17 ms 3060 KB
10_random_small_21 AC 17 ms 3060 KB
10_random_small_22 AC 17 ms 3060 KB
10_random_small_23 AC 17 ms 3064 KB
10_random_small_24 AC 17 ms 3064 KB
10_random_small_25 AC 17 ms 3064 KB
10_random_small_26 AC 17 ms 3064 KB
10_random_small_27 AC 17 ms 3064 KB
10_random_small_28 AC 17 ms 3064 KB
10_random_small_29 AC 17 ms 3064 KB