結果

問題 No.182 新規性の虜
ユーザー gemmarogemmaro
提出日時 2019-08-25 14:39:53
言語 Ruby
(3.3.0)
結果
AC  
実行時間 177 ms / 5,000 ms
コード長 80 bytes
コンパイル時間 249 ms
コンパイル使用メモリ 11,356 KB
実行使用メモリ 30,132 KB
最終ジャッジ日時 2023-08-06 12:00:39
合計ジャッジ時間 5,489 ms
ジャッジサーバーID
(参考情報)
judge15 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 84 ms
15,160 KB
testcase_01 AC 83 ms
15,292 KB
testcase_02 AC 84 ms
15,344 KB
testcase_03 AC 84 ms
15,048 KB
testcase_04 AC 84 ms
15,288 KB
testcase_05 AC 82 ms
15,360 KB
testcase_06 AC 83 ms
15,048 KB
testcase_07 AC 83 ms
15,128 KB
testcase_08 AC 130 ms
22,828 KB
testcase_09 AC 159 ms
23,852 KB
testcase_10 AC 152 ms
23,540 KB
testcase_11 AC 138 ms
24,548 KB
testcase_12 AC 108 ms
18,884 KB
testcase_13 AC 84 ms
15,060 KB
testcase_14 AC 83 ms
15,056 KB
testcase_15 AC 83 ms
15,188 KB
testcase_16 AC 83 ms
15,292 KB
testcase_17 AC 83 ms
15,272 KB
testcase_18 AC 127 ms
22,380 KB
testcase_19 AC 117 ms
20,628 KB
testcase_20 AC 105 ms
18,416 KB
testcase_21 AC 140 ms
22,456 KB
testcase_22 AC 113 ms
19,180 KB
testcase_23 AC 82 ms
15,248 KB
testcase_24 AC 177 ms
30,132 KB
testcase_25 AC 135 ms
22,484 KB
testcase_26 AC 92 ms
16,236 KB
testcase_27 AC 81 ms
15,284 KB
evil01.txt AC 180 ms
31,268 KB
evil02.txt AC 181 ms
31,168 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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