結果

問題 No.677 10^Nの約数
ユーザー %20%20
提出日時 2017-10-03 02:54:35
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 359 ms / 2,000 ms
コード長 51 bytes
コンパイル時間 286 ms
コンパイル使用メモリ 131,428 KB
実行使用メモリ 138,472 KB
最終ジャッジ日時 2024-11-24 14:28:50
合計ジャッジ時間 7,815 ms
ジャッジサーバーID
(参考情報)
judge5 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 338 ms
137,060 KB
testcase_01 AC 328 ms
137,312 KB
testcase_02 AC 327 ms
137,184 KB
testcase_03 AC 325 ms
137,700 KB
testcase_04 AC 335 ms
137,700 KB
testcase_05 AC 336 ms
137,956 KB
testcase_06 AC 338 ms
137,952 KB
testcase_07 AC 342 ms
137,696 KB
testcase_08 AC 349 ms
137,956 KB
testcase_09 AC 346 ms
137,952 KB
testcase_10 AC 353 ms
138,084 KB
testcase_11 AC 344 ms
137,708 KB
testcase_12 AC 342 ms
137,956 KB
testcase_13 AC 340 ms
138,208 KB
testcase_14 AC 353 ms
138,208 KB
testcase_15 AC 352 ms
138,088 KB
testcase_16 AC 359 ms
137,964 KB
testcase_17 AC 346 ms
138,472 KB
testcase_18 AC 350 ms
138,340 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

sort((1,2,4...2**($_=get))X*(1,5,25...5**$_))>>.say
0