結果

問題 No.658 テトラナッチ数列 Hard
ユーザー tailstails
提出日時 2018-03-03 00:45:30
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 519 ms / 2,000 ms
コード長 67 bytes
コンパイル時間 339 ms
コンパイル使用メモリ 127,448 KB
実行使用メモリ 144,432 KB
最終ジャッジ日時 2024-05-03 14:14:40
合計ジャッジ時間 6,813 ms
ジャッジサーバーID
(参考情報)
judge5 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 472 ms
142,560 KB
testcase_01 AC 468 ms
142,500 KB
testcase_02 AC 478 ms
142,564 KB
testcase_03 AC 465 ms
142,372 KB
testcase_04 AC 501 ms
142,640 KB
testcase_05 AC 497 ms
142,892 KB
testcase_06 AC 507 ms
142,380 KB
testcase_07 AC 504 ms
143,664 KB
testcase_08 AC 510 ms
144,176 KB
testcase_09 AC 519 ms
144,176 KB
testcase_10 AC 514 ms
144,432 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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