結果

問題 No.657 テトラナッチ数列 Easy
ユーザー %20%20
提出日時 2018-03-03 01:04:12
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 658 ms / 2,000 ms
コード長 64 bytes
コンパイル時間 467 ms
コンパイル使用メモリ 127,448 KB
実行使用メモリ 142,784 KB
最終ジャッジ日時 2024-11-24 14:50:53
合計ジャッジ時間 11,585 ms
ジャッジサーバーID
(参考情報)
judge2 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 555 ms
142,180 KB
testcase_01 AC 558 ms
142,184 KB
testcase_02 AC 553 ms
141,520 KB
testcase_03 AC 562 ms
141,788 KB
testcase_04 AC 556 ms
142,044 KB
testcase_05 AC 638 ms
142,784 KB
testcase_06 AC 555 ms
142,040 KB
testcase_07 AC 558 ms
141,784 KB
testcase_08 AC 560 ms
141,924 KB
testcase_09 AC 641 ms
142,696 KB
testcase_10 AC 642 ms
142,656 KB
testcase_11 AC 651 ms
142,660 KB
testcase_12 AC 651 ms
142,692 KB
testcase_13 AC 649 ms
142,780 KB
testcase_14 AC 658 ms
142,656 KB
testcase_15 AC 650 ms
142,532 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

my@a=(1,0,0,0,(*+*+*+*)%17...*)[^5e3];say @a[get%4912]for 1..get
0