結果

問題 No.182 新規性の虜
ユーザー gemmarogemmaro
提出日時 2019-08-25 14:39:53
言語 Ruby
(3.3.0)
結果
AC  
実行時間 187 ms / 5,000 ms
コード長 80 bytes
コンパイル時間 199 ms
コンパイル使用メモリ 7,424 KB
実行使用メモリ 29,440 KB
最終ジャッジ日時 2024-11-06 15:08:55
合計ジャッジ時間 5,597 ms
ジャッジサーバーID
(参考情報)
judge5 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 89 ms
12,160 KB
testcase_01 AC 88 ms
12,160 KB
testcase_02 AC 91 ms
12,160 KB
testcase_03 AC 90 ms
12,288 KB
testcase_04 AC 90 ms
12,160 KB
testcase_05 AC 90 ms
12,288 KB
testcase_06 AC 90 ms
12,160 KB
testcase_07 AC 89 ms
12,288 KB
testcase_08 AC 141 ms
20,608 KB
testcase_09 AC 172 ms
27,264 KB
testcase_10 AC 165 ms
25,856 KB
testcase_11 AC 148 ms
22,528 KB
testcase_12 AC 113 ms
16,256 KB
testcase_13 AC 90 ms
12,160 KB
testcase_14 AC 90 ms
12,288 KB
testcase_15 AC 90 ms
12,160 KB
testcase_16 AC 91 ms
12,288 KB
testcase_17 AC 89 ms
12,416 KB
testcase_18 AC 140 ms
19,328 KB
testcase_19 AC 132 ms
17,536 KB
testcase_20 AC 113 ms
15,488 KB
testcase_21 AC 143 ms
20,096 KB
testcase_22 AC 118 ms
16,256 KB
testcase_23 AC 90 ms
12,160 KB
testcase_24 AC 187 ms
29,440 KB
testcase_25 AC 140 ms
19,456 KB
testcase_26 AC 102 ms
13,696 KB
testcase_27 AC 88 ms
12,288 KB
evil01.txt AC 190 ms
29,696 KB
evil02.txt AC 186 ms
29,696 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

gets
p gets.chop.split.map(&:to_i).group_by{|i|i}.map{|_,v|v.size==1}.count true
0