結果

問題 No.677 10^Nの約数
ユーザー %20%20
提出日時 2017-10-03 18:34:50
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 357 ms / 2,000 ms
コード長 44 bytes
コンパイル時間 825 ms
コンパイル使用メモリ 120,200 KB
実行使用メモリ 132,428 KB
最終ジャッジ日時 2023-08-16 04:45:23
合計ジャッジ時間 8,599 ms
ジャッジサーバーID
(参考情報)
judge14 / judge12
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 331 ms
131,608 KB
testcase_01 AC 331 ms
131,900 KB
testcase_02 AC 330 ms
131,964 KB
testcase_03 AC 334 ms
131,924 KB
testcase_04 AC 329 ms
132,024 KB
testcase_05 AC 337 ms
132,044 KB
testcase_06 AC 341 ms
132,000 KB
testcase_07 AC 340 ms
131,964 KB
testcase_08 AC 337 ms
131,804 KB
testcase_09 AC 338 ms
131,964 KB
testcase_10 AC 337 ms
132,052 KB
testcase_11 AC 340 ms
132,100 KB
testcase_12 AC 344 ms
132,020 KB
testcase_13 AC 352 ms
132,080 KB
testcase_14 AC 345 ms
132,156 KB
testcase_15 AC 357 ms
132,280 KB
testcase_16 AC 347 ms
132,428 KB
testcase_17 AC 357 ms
132,296 KB
testcase_18 AC 357 ms
132,308 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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