結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 437 ms
141,800 KB
testcase_01 AC 454 ms
142,172 KB
testcase_02 AC 455 ms
142,020 KB
testcase_03 AC 455 ms
141,788 KB
testcase_04 AC 523 ms
142,272 KB
testcase_05 AC 515 ms
142,780 KB
testcase_06 AC 510 ms
142,400 KB
testcase_07 AC 530 ms
142,916 KB
testcase_08 AC 535 ms
143,168 KB
testcase_09 AC 528 ms
143,168 KB
testcase_10 AC 532 ms
143,548 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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