結果

問題 No.658 テトラナッチ数列 Hard
ユーザー %20%20
提出日時 2018-03-03 01:08:27
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 581 ms / 2,000 ms
コード長 62 bytes
コンパイル時間 622 ms
コンパイル使用メモリ 127,468 KB
実行使用メモリ 143,768 KB
最終ジャッジ日時 2024-11-24 14:51:35
合計ジャッジ時間 7,344 ms
ジャッジサーバーID
(参考情報)
judge4 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 481 ms
142,116 KB
testcase_01 AC 481 ms
142,112 KB
testcase_02 AC 476 ms
142,116 KB
testcase_03 AC 484 ms
142,368 KB
testcase_04 AC 553 ms
142,744 KB
testcase_05 AC 569 ms
142,872 KB
testcase_06 AC 560 ms
142,872 KB
testcase_07 AC 569 ms
143,156 KB
testcase_08 AC 578 ms
143,768 KB
testcase_09 AC 581 ms
143,384 KB
testcase_10 AC 577 ms
143,380 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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