結果

問題 No.657 テトラナッチ数列 Easy
ユーザー %20%20
提出日時 2018-03-03 01:04:12
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 569 ms / 2,000 ms
コード長 64 bytes
コンパイル時間 437 ms
コンパイル使用メモリ 128,912 KB
実行使用メモリ 145,496 KB
最終ジャッジ日時 2024-05-03 14:15:47
合計ジャッジ時間 9,931 ms
ジャッジサーバーID
(参考情報)
judge5 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 487 ms
143,728 KB
testcase_01 AC 481 ms
143,600 KB
testcase_02 AC 479 ms
143,600 KB
testcase_03 AC 475 ms
143,192 KB
testcase_04 AC 489 ms
143,064 KB
testcase_05 AC 557 ms
143,960 KB
testcase_06 AC 497 ms
145,496 KB
testcase_07 AC 504 ms
143,044 KB
testcase_08 AC 495 ms
143,468 KB
testcase_09 AC 569 ms
144,212 KB
testcase_10 AC 566 ms
144,088 KB
testcase_11 AC 556 ms
144,212 KB
testcase_12 AC 569 ms
143,708 KB
testcase_13 AC 555 ms
143,840 KB
testcase_14 AC 563 ms
144,600 KB
testcase_15 AC 553 ms
143,712 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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