結果

問題 No.677 10^Nの約数
ユーザー %20%20
提出日時 2017-10-03 18:34:50
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 351 ms / 2,000 ms
コード長 44 bytes
コンパイル時間 361 ms
コンパイル使用メモリ 125,520 KB
実行使用メモリ 138,124 KB
最終ジャッジ日時 2024-05-03 14:03:49
合計ジャッジ時間 7,576 ms
ジャッジサーバーID
(参考情報)
judge3 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 318 ms
137,360 KB
testcase_01 AC 333 ms
137,228 KB
testcase_02 AC 319 ms
137,380 KB
testcase_03 AC 319 ms
137,380 KB
testcase_04 AC 332 ms
137,616 KB
testcase_05 AC 327 ms
137,232 KB
testcase_06 AC 328 ms
137,616 KB
testcase_07 AC 337 ms
137,232 KB
testcase_08 AC 324 ms
137,356 KB
testcase_09 AC 327 ms
137,232 KB
testcase_10 AC 342 ms
137,488 KB
testcase_11 AC 351 ms
137,360 KB
testcase_12 AC 326 ms
137,744 KB
testcase_13 AC 329 ms
137,872 KB
testcase_14 AC 335 ms
137,612 KB
testcase_15 AC 336 ms
137,872 KB
testcase_16 AC 336 ms
137,744 KB
testcase_17 AC 348 ms
138,000 KB
testcase_18 AC 339 ms
138,124 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

sort([2 X**0..($_=get)]X*[5 X**0..$_])>>.say
0