結果

問題 No.658 テトラナッチ数列 Hard
ユーザー tailstails
提出日時 2018-03-03 00:40:54
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 621 ms / 2,000 ms
コード長 70 bytes
コンパイル時間 612 ms
コンパイル使用メモリ 127,828 KB
実行使用メモリ 142,580 KB
最終ジャッジ日時 2024-11-24 14:49:39
合計ジャッジ時間 8,396 ms
ジャッジサーバーID
(参考情報)
judge2 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 538 ms
141,364 KB
testcase_01 AC 537 ms
141,428 KB
testcase_02 AC 533 ms
141,188 KB
testcase_03 AC 552 ms
141,300 KB
testcase_04 AC 610 ms
141,812 KB
testcase_05 AC 619 ms
141,940 KB
testcase_06 AC 621 ms
141,684 KB
testcase_07 AC 608 ms
142,448 KB
testcase_08 AC 614 ms
142,580 KB
testcase_09 AC 613 ms
142,580 KB
testcase_10 AC 611 ms
142,456 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

my @a=(1,0,0,0,(*+*+*+*)%17...*)[^5000];get;say @a[+$_%4912] for lines
0