結果

問題 No.182 新規性の虜
ユーザー mmmpppmmmppp
提出日時 2017-03-09 13:10:34
言語 Ruby
(3.3.0)
結果
WA  
実行時間 -
コード長 64 bytes
コンパイル時間 212 ms
コンパイル使用メモリ 7,680 KB
実行使用メモリ 29,524 KB
最終ジャッジ日時 2024-06-23 23:57:30
合計ジャッジ時間 4,937 ms
ジャッジサーバーID
(参考情報)
judge3 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 WA -
testcase_02 AC 85 ms
12,288 KB
testcase_03 AC 86 ms
12,416 KB
testcase_04 AC 82 ms
12,416 KB
testcase_05 AC 81 ms
12,160 KB
testcase_06 AC 82 ms
12,160 KB
testcase_07 AC 81 ms
12,160 KB
testcase_08 AC 148 ms
20,180 KB
testcase_09 AC 204 ms
28,632 KB
testcase_10 AC 191 ms
26,192 KB
testcase_11 AC 163 ms
23,892 KB
testcase_12 AC 117 ms
17,204 KB
testcase_13 WA -
testcase_14 WA -
testcase_15 AC 80 ms
12,160 KB
testcase_16 WA -
testcase_17 WA -
testcase_18 WA -
testcase_19 WA -
testcase_20 WA -
testcase_21 WA -
testcase_22 WA -
testcase_23 AC 80 ms
12,160 KB
testcase_24 AC 220 ms
29,524 KB
testcase_25 WA -
testcase_26 AC 100 ms
13,524 KB
testcase_27 AC 84 ms
12,288 KB
evil01.txt AC 223 ms
29,652 KB
evil02.txt AC 223 ms
29,400 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

h=Hash.new{0};gets;$/=' ';$<.map{|s|h[s]+=1};p h.count{|k,v|v<2}
0