結果

問題 No.182 新規性の虜
ユーザー yocto_sothothyocto_sothoth
提出日時 2020-10-30 23:43:19
言語 Ruby
(3.3.0)
結果
AC  
実行時間 144 ms / 5,000 ms
コード長 72 bytes
コンパイル時間 325 ms
コンパイル使用メモリ 11,364 KB
実行使用メモリ 26,416 KB
最終ジャッジ日時 2023-09-29 08:44:58
合計ジャッジ時間 5,435 ms
ジャッジサーバーID
(参考情報)
judge15 / judge12
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 85 ms
15,112 KB
testcase_01 AC 86 ms
15,104 KB
testcase_02 AC 85 ms
15,084 KB
testcase_03 AC 84 ms
15,140 KB
testcase_04 AC 85 ms
15,180 KB
testcase_05 AC 86 ms
15,164 KB
testcase_06 AC 84 ms
15,144 KB
testcase_07 AC 86 ms
15,268 KB
testcase_08 AC 115 ms
20,848 KB
testcase_09 AC 131 ms
25,400 KB
testcase_10 AC 126 ms
24,720 KB
testcase_11 AC 117 ms
21,380 KB
testcase_12 AC 104 ms
17,904 KB
testcase_13 AC 87 ms
15,188 KB
testcase_14 AC 86 ms
15,116 KB
testcase_15 AC 85 ms
15,116 KB
testcase_16 AC 84 ms
15,240 KB
testcase_17 AC 84 ms
15,020 KB
testcase_18 AC 117 ms
19,928 KB
testcase_19 AC 111 ms
18,628 KB
testcase_20 AC 103 ms
17,336 KB
testcase_21 AC 124 ms
20,368 KB
testcase_22 AC 106 ms
17,940 KB
testcase_23 AC 82 ms
15,160 KB
testcase_24 AC 144 ms
26,416 KB
testcase_25 AC 131 ms
21,040 KB
testcase_26 AC 92 ms
15,996 KB
testcase_27 AC 86 ms
15,176 KB
evil01.txt AC 147 ms
26,800 KB
evil02.txt AC 148 ms
27,068 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

_n = gets.to_i
a = gets.split.map(&:to_i)

puts a.tally.values.count(1)
0