提出 #15809303


ソースコード 拡げる

require 'set'
n = gets.to_i
set = Set.new
n.times do
  set << gets
end
puts set.size

提出情報

提出日時
問題 C - gacha
ユーザ raccy
言語 Ruby (2.7.1)
得点 300
コード長 92 Byte
結果 AC
実行時間 203 ms
メモリ 38616 KiB

ジャッジ結果

セット名 Sample All
得点 / 配点 0 / 0 300 / 300
結果
AC × 3
AC × 18
セット名 テストケース
Sample sample_01, sample_02, sample_03
All hand_01, random_01, random_02, random_03, random_04, random_05, random_06, random_07, random_08, random_09, random_10, random_11, random_12, random_13, random_14, sample_01, sample_02, sample_03
ケース名 結果 実行時間 メモリ
hand_01 AC 61 ms 14380 KiB
random_01 AC 197 ms 38616 KiB
random_02 AC 62 ms 14244 KiB
random_03 AC 88 ms 19596 KiB
random_04 AC 203 ms 38372 KiB
random_05 AC 105 ms 24640 KiB
random_06 AC 62 ms 14444 KiB
random_07 AC 186 ms 35560 KiB
random_08 AC 102 ms 23536 KiB
random_09 AC 130 ms 26928 KiB
random_10 AC 110 ms 14264 KiB
random_11 AC 113 ms 14208 KiB
random_12 AC 111 ms 14292 KiB
random_13 AC 124 ms 14352 KiB
random_14 AC 121 ms 14168 KiB
sample_01 AC 57 ms 14248 KiB
sample_02 AC 66 ms 14156 KiB
sample_03 AC 62 ms 14368 KiB