結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 479 ms
142,024 KB
testcase_01 AC 485 ms
142,432 KB
testcase_02 AC 481 ms
142,408 KB
testcase_03 AC 505 ms
142,408 KB
testcase_04 AC 593 ms
142,304 KB
testcase_05 AC 543 ms
142,028 KB
testcase_06 AC 572 ms
142,676 KB
testcase_07 AC 562 ms
142,948 KB
testcase_08 AC 571 ms
143,076 KB
testcase_09 AC 578 ms
143,084 KB
testcase_10 AC 574 ms
142,816 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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