結果

問題 No.658 テトラナッチ数列 Hard
ユーザー tailstails
提出日時 2018-03-03 00:40:54
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 574 ms / 2,000 ms
コード長 70 bytes
コンパイル時間 453 ms
コンパイル使用メモリ 132,064 KB
実行使用メモリ 144,968 KB
最終ジャッジ日時 2024-05-03 14:14:31
合計ジャッジ時間 7,864 ms
ジャッジサーバーID
(参考情報)
judge2 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 500 ms
141,784 KB
testcase_01 AC 503 ms
142,156 KB
testcase_02 AC 495 ms
142,164 KB
testcase_03 AC 501 ms
141,772 KB
testcase_04 AC 545 ms
141,656 KB
testcase_05 AC 552 ms
141,512 KB
testcase_06 AC 548 ms
141,912 KB
testcase_07 AC 555 ms
142,524 KB
testcase_08 AC 567 ms
143,960 KB
testcase_09 AC 574 ms
143,144 KB
testcase_10 AC 569 ms
144,968 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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