結果

問題 No.658 テトラナッチ数列 Hard
ユーザー %20%20
提出日時 2018-03-03 01:17:53
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 616 ms / 2,000 ms
コード長 56 bytes
コンパイル時間 379 ms
コンパイル使用メモリ 127,236 KB
実行使用メモリ 144,660 KB
最終ジャッジ日時 2024-11-24 14:52:26
合計ジャッジ時間 7,521 ms
ジャッジサーバーID
(参考情報)
judge4 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 440 ms
136,760 KB
testcase_01 AC 433 ms
135,540 KB
testcase_02 AC 511 ms
142,644 KB
testcase_03 AC 516 ms
142,940 KB
testcase_04 AC 593 ms
143,492 KB
testcase_05 AC 598 ms
144,120 KB
testcase_06 AC 599 ms
143,052 KB
testcase_07 AC 614 ms
144,116 KB
testcase_08 AC 613 ms
143,980 KB
testcase_09 AC 613 ms
144,400 KB
testcase_10 AC 616 ms
144,660 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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