結果

問題 No.182 新規性の虜
ユーザー yuruhiyayuruhiya
提出日時 2021-03-26 18:42:29
言語 Ruby
(3.3.0)
結果
AC  
実行時間 129 ms / 5,000 ms
コード長 35 bytes
コンパイル時間 41 ms
コンパイル使用メモリ 7,296 KB
実行使用メモリ 26,752 KB
最終ジャッジ日時 2024-05-06 09:45:00
合計ジャッジ時間 3,797 ms
ジャッジサーバーID
(参考情報)
judge4 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 83 ms
12,288 KB
testcase_01 AC 73 ms
12,160 KB
testcase_02 AC 73 ms
12,288 KB
testcase_03 AC 74 ms
12,160 KB
testcase_04 AC 79 ms
12,288 KB
testcase_05 AC 77 ms
12,288 KB
testcase_06 AC 79 ms
12,288 KB
testcase_07 AC 78 ms
12,032 KB
testcase_08 AC 104 ms
19,968 KB
testcase_09 AC 123 ms
25,344 KB
testcase_10 AC 117 ms
22,528 KB
testcase_11 AC 108 ms
20,864 KB
testcase_12 AC 88 ms
15,616 KB
testcase_13 AC 76 ms
12,160 KB
testcase_14 AC 77 ms
12,160 KB
testcase_15 AC 78 ms
12,288 KB
testcase_16 AC 80 ms
12,160 KB
testcase_17 AC 75 ms
12,288 KB
testcase_18 AC 103 ms
17,024 KB
testcase_19 AC 94 ms
15,360 KB
testcase_20 AC 86 ms
14,336 KB
testcase_21 AC 106 ms
17,664 KB
testcase_22 AC 87 ms
15,104 KB
testcase_23 AC 74 ms
12,288 KB
testcase_24 AC 129 ms
26,752 KB
testcase_25 AC 102 ms
17,664 KB
testcase_26 AC 85 ms
13,440 KB
testcase_27 AC 77 ms
12,160 KB
evil01.txt AC 130 ms
26,880 KB
evil02.txt AC 132 ms
26,752 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

p [*$<][1].split.tally.count{_2==1}
0