結果

問題 No.182 新規性の虜
ユーザー mmmpppmmmppp
提出日時 2017-03-09 13:10:34
言語 Ruby
(3.3.0)
結果
WA  
実行時間 -
コード長 64 bytes
コンパイル時間 89 ms
コンパイル使用メモリ 11,492 KB
実行使用メモリ 30,312 KB
最終ジャッジ日時 2023-09-06 05:14:51
合計ジャッジ時間 5,049 ms
ジャッジサーバーID
(参考情報)
judge12 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 WA -
testcase_02 AC 81 ms
15,256 KB
testcase_03 AC 83 ms
15,048 KB
testcase_04 AC 81 ms
15,020 KB
testcase_05 AC 80 ms
15,268 KB
testcase_06 AC 79 ms
15,228 KB
testcase_07 AC 81 ms
15,260 KB
testcase_08 AC 153 ms
22,244 KB
testcase_09 AC 194 ms
27,100 KB
testcase_10 AC 181 ms
26,672 KB
testcase_11 AC 161 ms
25,456 KB
testcase_12 AC 113 ms
19,280 KB
testcase_13 WA -
testcase_14 WA -
testcase_15 AC 81 ms
15,292 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 79 ms
15,040 KB
testcase_24 AC 219 ms
30,312 KB
testcase_25 WA -
testcase_26 AC 98 ms
16,608 KB
testcase_27 AC 80 ms
15,300 KB
evil01.txt AC 220 ms
30,232 KB
evil02.txt AC 220 ms
30,256 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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