Submission #499918


Source Code Expand

S = gets.chomp
case S[2]
when ?B
  puts "Bachelor #{S[0..1]}"
when ?M
  puts "Master #{S[0..1]}"
when ?B
  puts "Doctor #{S[0..1]}"
end

Submission Info

Submission Time
Task A - ぼくの学生証
User rhenium
Language Ruby (2.1.5p273)
Score 0
Code Size 145 Byte
Status WA
Exec Time 67 ms
Memory 5152 KiB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 0 / 50
Status AC
AC × 20
WA × 11
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 64 ms 5140 KiB
10_random_small_00 WA 55 ms 5100 KiB
10_random_small_01 AC 53 ms 5100 KiB
10_random_small_02 AC 53 ms 5092 KiB
10_random_small_03 AC 53 ms 5096 KiB
10_random_small_04 AC 55 ms 5140 KiB
10_random_small_05 AC 54 ms 5096 KiB
10_random_small_06 WA 62 ms 5100 KiB
10_random_small_07 AC 53 ms 5096 KiB
10_random_small_08 AC 56 ms 5132 KiB
10_random_small_09 AC 54 ms 5100 KiB
10_random_small_10 AC 54 ms 5100 KiB
10_random_small_11 AC 55 ms 5100 KiB
10_random_small_12 WA 55 ms 5152 KiB
10_random_small_13 WA 54 ms 5100 KiB
10_random_small_14 AC 54 ms 5100 KiB
10_random_small_15 WA 58 ms 5100 KiB
10_random_small_16 AC 57 ms 5096 KiB
10_random_small_17 WA 62 ms 5100 KiB
10_random_small_18 AC 53 ms 5096 KiB
10_random_small_19 WA 56 ms 5100 KiB
10_random_small_20 AC 54 ms 5100 KiB
10_random_small_21 AC 53 ms 5072 KiB
10_random_small_22 WA 56 ms 5068 KiB
10_random_small_23 WA 55 ms 5100 KiB
10_random_small_24 AC 55 ms 5100 KiB
10_random_small_25 AC 59 ms 5100 KiB
10_random_small_26 WA 67 ms 5092 KiB
10_random_small_27 WA 61 ms 5092 KiB
10_random_small_28 AC 55 ms 5096 KiB
10_random_small_29 AC 64 ms 5140 KiB