結果

問題 No.658 テトラナッチ数列 Hard
ユーザー tailstails
提出日時 2018-03-03 00:46:47
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 502 ms / 2,000 ms
コード長 66 bytes
コンパイル時間 460 ms
コンパイル使用メモリ 127,888 KB
実行使用メモリ 145,580 KB
最終ジャッジ日時 2024-11-24 14:49:57
合計ジャッジ時間 6,637 ms
ジャッジサーバーID
(参考情報)
judge2 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 439 ms
143,612 KB
testcase_01 AC 439 ms
143,324 KB
testcase_02 AC 442 ms
142,428 KB
testcase_03 AC 432 ms
142,428 KB
testcase_04 AC 488 ms
142,548 KB
testcase_05 AC 488 ms
142,372 KB
testcase_06 AC 487 ms
142,620 KB
testcase_07 AC 489 ms
143,388 KB
testcase_08 AC 497 ms
144,036 KB
testcase_09 AC 498 ms
143,912 KB
testcase_10 AC 502 ms
145,580 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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