結果

問題 No.677 10^Nの約数
ユーザー %20%20
提出日時 2017-10-03 02:54:35
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 392 ms / 2,000 ms
コード長 51 bytes
コンパイル時間 415 ms
コンパイル使用メモリ 134,672 KB
実行使用メモリ 141,744 KB
最終ジャッジ日時 2024-05-03 14:01:26
合計ジャッジ時間 8,287 ms
ジャッジサーバーID
(参考情報)
judge2 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 350 ms
138,440 KB
testcase_01 AC 349 ms
138,236 KB
testcase_02 AC 350 ms
138,232 KB
testcase_03 AC 358 ms
138,744 KB
testcase_04 AC 360 ms
138,492 KB
testcase_05 AC 369 ms
138,360 KB
testcase_06 AC 357 ms
138,620 KB
testcase_07 AC 392 ms
138,488 KB
testcase_08 AC 351 ms
141,356 KB
testcase_09 AC 355 ms
141,108 KB
testcase_10 AC 355 ms
141,104 KB
testcase_11 AC 354 ms
141,360 KB
testcase_12 AC 353 ms
141,616 KB
testcase_13 AC 356 ms
141,356 KB
testcase_14 AC 363 ms
141,616 KB
testcase_15 AC 371 ms
141,744 KB
testcase_16 AC 372 ms
141,744 KB
testcase_17 AC 364 ms
141,744 KB
testcase_18 AC 370 ms
141,744 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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