結果

問題 No.657 テトラナッチ数列 Easy
ユーザー %20%20
提出日時 2018-03-03 01:08:14
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 565 ms / 2,000 ms
コード長 62 bytes
コンパイル時間 385 ms
コンパイル使用メモリ 137,228 KB
実行使用メモリ 143,524 KB
最終ジャッジ日時 2024-11-24 14:51:26
合計ジャッジ時間 9,965 ms
ジャッジサーバーID
(参考情報)
judge3 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 477 ms
142,380 KB
testcase_01 AC 485 ms
142,112 KB
testcase_02 AC 501 ms
142,368 KB
testcase_03 AC 486 ms
142,368 KB
testcase_04 AC 477 ms
142,236 KB
testcase_05 AC 552 ms
142,616 KB
testcase_06 AC 476 ms
142,376 KB
testcase_07 AC 478 ms
142,244 KB
testcase_08 AC 475 ms
143,524 KB
testcase_09 AC 562 ms
143,000 KB
testcase_10 AC 557 ms
142,868 KB
testcase_11 AC 555 ms
142,872 KB
testcase_12 AC 557 ms
142,868 KB
testcase_13 AC 556 ms
142,740 KB
testcase_14 AC 560 ms
142,872 KB
testcase_15 AC 565 ms
142,768 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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