結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 447 ms
141,860 KB
testcase_01 AC 440 ms
141,604 KB
testcase_02 AC 441 ms
141,732 KB
testcase_03 AC 457 ms
142,120 KB
testcase_04 AC 488 ms
142,280 KB
testcase_05 AC 482 ms
143,692 KB
testcase_06 AC 492 ms
142,148 KB
testcase_07 AC 491 ms
142,920 KB
testcase_08 AC 489 ms
144,540 KB
testcase_09 AC 507 ms
143,556 KB
testcase_10 AC 508 ms
143,432 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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