結果

問題 No.811 約数の個数の最大化
ユーザー yuruhiyayuruhiya
提出日時 2021-04-18 11:47:52
言語 Ruby
(3.3.0)
結果
AC  
実行時間 542 ms / 2,000 ms
コード長 140 bytes
コンパイル時間 46 ms
コンパイル使用メモリ 7,680 KB
実行使用メモリ 12,800 KB
最終ジャッジ日時 2024-07-04 04:26:00
合計ジャッジ時間 3,792 ms
ジャッジサーバーID
(参考情報)
judge4 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 98 ms
12,544 KB
testcase_01 AC 111 ms
12,416 KB
testcase_02 AC 295 ms
12,672 KB
testcase_03 AC 97 ms
12,160 KB
testcase_04 AC 99 ms
12,416 KB
testcase_05 AC 105 ms
12,544 KB
testcase_06 AC 116 ms
12,672 KB
testcase_07 AC 123 ms
12,544 KB
testcase_08 AC 206 ms
12,672 KB
testcase_09 AC 228 ms
12,672 KB
testcase_10 AC 177 ms
12,544 KB
testcase_11 AC 257 ms
12,800 KB
testcase_12 AC 155 ms
12,544 KB
testcase_13 AC 542 ms
12,416 KB
testcase_14 AC 314 ms
12,544 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

#!ruby -nrprime
eval"p (2...n=%d).select{|i|n.gcd(i).prime_division.sum{_2}>=%d}.max_by{|i|i.prime_division.reduce(1){_1*-~_2[1]}}"%$_.split
0