結果

問題 No.182 新規性の虜
ユーザー gigurururugigurururu
提出日時 2015-04-17 00:03:26
言語 Ruby
(3.4.1)
結果
AC  
実行時間 302 ms / 5,000 ms
コード長 50 bytes
コンパイル時間 608 ms
コンパイル使用メモリ 7,424 KB
実行使用メモリ 39,388 KB
最終ジャッジ日時 2024-12-26 18:52:10
合計ジャッジ時間 6,318 ms
ジャッジサーバーID
(参考情報)
judge1 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 109 ms
12,160 KB
testcase_01 AC 106 ms
12,160 KB
testcase_02 AC 110 ms
12,032 KB
testcase_03 AC 111 ms
11,904 KB
testcase_04 AC 111 ms
12,032 KB
testcase_05 AC 111 ms
11,904 KB
testcase_06 AC 110 ms
12,032 KB
testcase_07 AC 105 ms
12,160 KB
testcase_08 AC 209 ms
25,224 KB
testcase_09 AC 259 ms
35,636 KB
testcase_10 AC 232 ms
34,128 KB
testcase_11 AC 214 ms
29,760 KB
testcase_12 AC 158 ms
19,704 KB
testcase_13 AC 112 ms
12,032 KB
testcase_14 AC 107 ms
12,032 KB
testcase_15 AC 110 ms
12,160 KB
testcase_16 AC 111 ms
12,032 KB
testcase_17 AC 109 ms
12,160 KB
testcase_18 AC 172 ms
19,152 KB
testcase_19 AC 171 ms
17,836 KB
testcase_20 AC 150 ms
15,620 KB
testcase_21 AC 185 ms
20,084 KB
testcase_22 AC 162 ms
16,932 KB
testcase_23 AC 108 ms
12,160 KB
testcase_24 AC 302 ms
39,388 KB
testcase_25 AC 154 ms
18,432 KB
testcase_26 AC 126 ms
14,676 KB
testcase_27 AC 111 ms
11,904 KB
evil01.txt AC 298 ms
39,828 KB
evil02.txt AC 302 ms
39,860 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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