結果

問題 No.182 新規性の虜
ユーザー HinataHinata
提出日時 2016-01-17 01:30:02
言語 Ruby
(3.3.0)
結果
AC  
実行時間 187 ms / 5,000 ms
コード長 60 bytes
コンパイル時間 74 ms
コンパイル使用メモリ 7,552 KB
実行使用メモリ 39,320 KB
最終ジャッジ日時 2024-06-08 03:26:15
合計ジャッジ時間 4,314 ms
ジャッジサーバーID
(参考情報)
judge3 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 81 ms
12,160 KB
testcase_01 AC 81 ms
12,288 KB
testcase_02 AC 79 ms
12,288 KB
testcase_03 AC 84 ms
12,160 KB
testcase_04 AC 81 ms
12,160 KB
testcase_05 AC 81 ms
12,160 KB
testcase_06 AC 78 ms
12,160 KB
testcase_07 AC 78 ms
12,160 KB
testcase_08 AC 142 ms
26,032 KB
testcase_09 AC 173 ms
36,672 KB
testcase_10 AC 162 ms
34,472 KB
testcase_11 AC 149 ms
27,696 KB
testcase_12 AC 112 ms
18,812 KB
testcase_13 AC 76 ms
12,160 KB
testcase_14 AC 75 ms
12,160 KB
testcase_15 AC 77 ms
12,288 KB
testcase_16 AC 78 ms
12,288 KB
testcase_17 AC 81 ms
12,160 KB
testcase_18 AC 120 ms
19,488 KB
testcase_19 AC 116 ms
17,976 KB
testcase_20 AC 102 ms
15,968 KB
testcase_21 AC 127 ms
20,264 KB
testcase_22 AC 110 ms
16,932 KB
testcase_23 AC 79 ms
12,160 KB
testcase_24 AC 187 ms
39,320 KB
testcase_25 AC 115 ms
18,560 KB
testcase_26 AC 94 ms
14,628 KB
testcase_27 AC 77 ms
12,160 KB
evil01.txt AC 187 ms
39,700 KB
evil02.txt AC 179 ms
39,572 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

gets;p gets.split.group_by{|i|i}.select{|k,v|v.size==1}.size
0