結果

問題 No.182 新規性の虜
ユーザー gigurururugigurururu
提出日時 2015-04-17 00:03:26
言語 Ruby
(3.3.0)
結果
AC  
実行時間 216 ms / 5,000 ms
コード長 50 bytes
コンパイル時間 396 ms
コンパイル使用メモリ 11,176 KB
実行使用メモリ 40,092 KB
最終ジャッジ日時 2023-08-27 07:09:38
合計ジャッジ時間 5,475 ms
ジャッジサーバーID
(参考情報)
judge15 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 84 ms
15,028 KB
testcase_01 AC 84 ms
15,048 KB
testcase_02 AC 85 ms
15,272 KB
testcase_03 AC 83 ms
15,124 KB
testcase_04 AC 84 ms
15,236 KB
testcase_05 AC 85 ms
15,256 KB
testcase_06 AC 83 ms
15,144 KB
testcase_07 AC 83 ms
15,044 KB
testcase_08 AC 158 ms
27,856 KB
testcase_09 AC 203 ms
36,140 KB
testcase_10 AC 189 ms
33,612 KB
testcase_11 AC 173 ms
30,408 KB
testcase_12 AC 117 ms
21,256 KB
testcase_13 AC 82 ms
15,072 KB
testcase_14 AC 82 ms
15,168 KB
testcase_15 AC 83 ms
15,148 KB
testcase_16 AC 83 ms
15,144 KB
testcase_17 AC 82 ms
15,316 KB
testcase_18 AC 137 ms
22,472 KB
testcase_19 AC 118 ms
20,820 KB
testcase_20 AC 111 ms
18,936 KB
testcase_21 AC 141 ms
23,008 KB
testcase_22 AC 116 ms
19,624 KB
testcase_23 AC 83 ms
15,124 KB
testcase_24 AC 216 ms
40,092 KB
testcase_25 AC 127 ms
21,392 KB
testcase_26 AC 99 ms
17,592 KB
testcase_27 AC 82 ms
15,040 KB
evil01.txt AC 218 ms
40,540 KB
evil02.txt AC 218 ms
40,524 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

gets
p gets.split.group_by{|i|i}.count{|k,v|!v[1]}
0