結果

問題 No.182 新規性の虜
ユーザー 👑 hos.lyrichos.lyric
提出日時 2020-04-18 08:20:13
言語 Ruby
(3.3.0)
結果
AC  
実行時間 178 ms / 5,000 ms
コード長 62 bytes
コンパイル時間 300 ms
コンパイル使用メモリ 7,552 KB
実行使用メモリ 27,392 KB
最終ジャッジ日時 2024-10-03 22:45:37
合計ジャッジ時間 5,450 ms
ジャッジサーバーID
(参考情報)
judge1 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 89 ms
12,160 KB
testcase_01 AC 86 ms
12,288 KB
testcase_02 AC 88 ms
12,160 KB
testcase_03 AC 89 ms
12,160 KB
testcase_04 AC 87 ms
12,416 KB
testcase_05 AC 91 ms
12,160 KB
testcase_06 AC 89 ms
12,160 KB
testcase_07 AC 87 ms
12,160 KB
testcase_08 AC 138 ms
20,352 KB
testcase_09 AC 163 ms
25,728 KB
testcase_10 AC 154 ms
24,704 KB
testcase_11 AC 144 ms
21,632 KB
testcase_12 AC 111 ms
15,616 KB
testcase_13 AC 89 ms
12,160 KB
testcase_14 AC 86 ms
12,160 KB
testcase_15 AC 87 ms
12,160 KB
testcase_16 AC 89 ms
12,416 KB
testcase_17 AC 86 ms
12,288 KB
testcase_18 AC 131 ms
18,432 KB
testcase_19 AC 124 ms
17,024 KB
testcase_20 AC 107 ms
15,232 KB
testcase_21 AC 139 ms
18,944 KB
testcase_22 AC 113 ms
15,872 KB
testcase_23 AC 88 ms
12,416 KB
testcase_24 AC 178 ms
27,392 KB
testcase_25 AC 130 ms
18,560 KB
testcase_26 AC 100 ms
13,568 KB
testcase_27 AC 88 ms
12,160 KB
evil01.txt AC 183 ms
27,904 KB
evil02.txt AC 182 ms
27,776 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

gets
p gets.split.group_by(&:to_i).map{|k,v|v.size>1?0:1}.sum
0