結果

問題 No.658 テトラナッチ数列 Hard
ユーザー %20%20
提出日時 2018-03-03 01:04:18
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 628 ms / 2,000 ms
コード長 64 bytes
コンパイル時間 357 ms
コンパイル使用メモリ 135,316 KB
実行使用メモリ 143,652 KB
最終ジャッジ日時 2024-05-03 14:16:09
合計ジャッジ時間 7,897 ms
ジャッジサーバーID
(参考情報)
judge2 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 521 ms
142,108 KB
testcase_01 AC 529 ms
141,952 KB
testcase_02 AC 532 ms
142,340 KB
testcase_03 AC 524 ms
142,084 KB
testcase_04 AC 606 ms
142,652 KB
testcase_05 AC 605 ms
142,520 KB
testcase_06 AC 607 ms
142,392 KB
testcase_07 AC 619 ms
143,292 KB
testcase_08 AC 619 ms
143,520 KB
testcase_09 AC 625 ms
143,288 KB
testcase_10 AC 628 ms
143,652 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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