結果

問題 No.182 新規性の虜
ユーザー yuruhiyayuruhiya
提出日時 2021-03-26 18:42:29
言語 Ruby
(3.3.0)
結果
AC  
実行時間 142 ms / 5,000 ms
コード長 35 bytes
コンパイル時間 52 ms
コンパイル使用メモリ 11,440 KB
実行使用メモリ 26,748 KB
最終ジャッジ日時 2023-08-19 02:35:20
合計ジャッジ時間 4,395 ms
ジャッジサーバーID
(参考情報)
judge15 / judge10
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 76 ms
15,256 KB
testcase_01 AC 78 ms
15,092 KB
testcase_02 AC 77 ms
15,260 KB
testcase_03 AC 75 ms
15,224 KB
testcase_04 AC 77 ms
15,100 KB
testcase_05 AC 80 ms
15,144 KB
testcase_06 AC 73 ms
15,264 KB
testcase_07 AC 78 ms
15,144 KB
testcase_08 AC 108 ms
21,516 KB
testcase_09 AC 142 ms
25,056 KB
testcase_10 AC 126 ms
24,140 KB
testcase_11 AC 113 ms
21,808 KB
testcase_12 AC 91 ms
18,260 KB
testcase_13 AC 75 ms
15,144 KB
testcase_14 AC 76 ms
15,324 KB
testcase_15 AC 78 ms
15,248 KB
testcase_16 AC 76 ms
15,236 KB
testcase_17 AC 73 ms
15,152 KB
testcase_18 AC 99 ms
19,988 KB
testcase_19 AC 102 ms
18,740 KB
testcase_20 AC 93 ms
17,528 KB
testcase_21 AC 114 ms
20,380 KB
testcase_22 AC 95 ms
18,032 KB
testcase_23 AC 77 ms
15,024 KB
testcase_24 AC 138 ms
26,748 KB
testcase_25 AC 110 ms
20,376 KB
testcase_26 AC 82 ms
16,432 KB
testcase_27 AC 80 ms
15,224 KB
evil01.txt AC 138 ms
27,316 KB
evil02.txt AC 138 ms
27,240 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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