結果

問題 No.657 テトラナッチ数列 Easy
ユーザー tailstails
提出日時 2018-03-03 00:56:06
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 549 ms / 2,000 ms
コード長 66 bytes
コンパイル時間 460 ms
コンパイル使用メモリ 127,776 KB
実行使用メモリ 143,656 KB
最終ジャッジ日時 2024-05-03 14:15:37
合計ジャッジ時間 9,734 ms
ジャッジサーバーID
(参考情報)
judge4 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 505 ms
142,112 KB
testcase_01 AC 472 ms
142,044 KB
testcase_02 AC 469 ms
142,684 KB
testcase_03 AC 475 ms
142,556 KB
testcase_04 AC 470 ms
142,812 KB
testcase_05 AC 523 ms
143,016 KB
testcase_06 AC 468 ms
143,480 KB
testcase_07 AC 471 ms
142,044 KB
testcase_08 AC 471 ms
142,680 KB
testcase_09 AC 530 ms
142,556 KB
testcase_10 AC 538 ms
142,632 KB
testcase_11 AC 540 ms
142,376 KB
testcase_12 AC 519 ms
142,428 KB
testcase_13 AC 526 ms
143,656 KB
testcase_14 AC 535 ms
142,756 KB
testcase_15 AC 549 ms
142,756 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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