結果

問題 No.182 新規性の虜
ユーザー HinataHinata
提出日時 2016-01-17 01:30:02
言語 Ruby
(3.3.0)
結果
AC  
実行時間 210 ms / 5,000 ms
コード長 60 bytes
コンパイル時間 46 ms
コンパイル使用メモリ 11,528 KB
実行使用メモリ 40,408 KB
最終ジャッジ日時 2023-08-27 07:42:35
合計ジャッジ時間 4,922 ms
ジャッジサーバーID
(参考情報)
judge15 / judge12
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 82 ms
15,144 KB
testcase_01 AC 83 ms
15,272 KB
testcase_02 AC 82 ms
15,160 KB
testcase_03 AC 83 ms
15,112 KB
testcase_04 AC 83 ms
15,112 KB
testcase_05 AC 82 ms
15,160 KB
testcase_06 AC 82 ms
15,304 KB
testcase_07 AC 83 ms
15,264 KB
testcase_08 AC 137 ms
27,772 KB
testcase_09 AC 184 ms
37,540 KB
testcase_10 AC 177 ms
35,492 KB
testcase_11 AC 167 ms
29,916 KB
testcase_12 AC 113 ms
21,228 KB
testcase_13 AC 83 ms
15,124 KB
testcase_14 AC 83 ms
15,120 KB
testcase_15 AC 84 ms
15,072 KB
testcase_16 AC 84 ms
15,324 KB
testcase_17 AC 84 ms
15,044 KB
testcase_18 AC 136 ms
22,276 KB
testcase_19 AC 116 ms
20,848 KB
testcase_20 AC 108 ms
19,164 KB
testcase_21 AC 138 ms
22,868 KB
testcase_22 AC 113 ms
19,480 KB
testcase_23 AC 82 ms
15,108 KB
testcase_24 AC 210 ms
40,408 KB
testcase_25 AC 128 ms
21,332 KB
testcase_26 AC 100 ms
17,320 KB
testcase_27 AC 83 ms
15,288 KB
evil01.txt AC 209 ms
40,624 KB
evil02.txt AC 209 ms
40,724 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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