結果

問題 No.657 テトラナッチ数列 Easy
ユーザー %20%20
提出日時 2018-03-03 01:08:14
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 610 ms / 2,000 ms
コード長 62 bytes
コンパイル時間 372 ms
コンパイル使用メモリ 137,208 KB
実行使用メモリ 144,036 KB
最終ジャッジ日時 2024-05-03 14:16:20
合計ジャッジ時間 10,591 ms
ジャッジサーバーID
(参考情報)
judge2 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 527 ms
142,108 KB
testcase_01 AC 519 ms
142,240 KB
testcase_02 AC 528 ms
142,240 KB
testcase_03 AC 521 ms
142,508 KB
testcase_04 AC 519 ms
142,492 KB
testcase_05 AC 599 ms
143,256 KB
testcase_06 AC 515 ms
144,036 KB
testcase_07 AC 523 ms
142,240 KB
testcase_08 AC 524 ms
142,500 KB
testcase_09 AC 599 ms
143,124 KB
testcase_10 AC 609 ms
142,744 KB
testcase_11 AC 598 ms
142,740 KB
testcase_12 AC 603 ms
142,996 KB
testcase_13 AC 610 ms
142,996 KB
testcase_14 AC 603 ms
142,872 KB
testcase_15 AC 599 ms
142,488 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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