結果

問題 No.658 テトラナッチ数列 Hard
ユーザー tailstails
提出日時 2018-03-05 17:34:37
言語 Raku
(rakudo v2023.09)
結果
AC  
実行時間 614 ms / 2,000 ms
コード長 52 bytes
コンパイル時間 678 ms
コンパイル使用メモリ 122,656 KB
実行使用メモリ 136,240 KB
最終ジャッジ日時 2023-08-16 05:02:38
合計ジャッジ時間 7,375 ms
ジャッジサーバーID
(参考情報)
judge11 / judge15
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 379 ms
129,980 KB
testcase_01 AC 370 ms
129,836 KB
testcase_02 AC 438 ms
135,160 KB
testcase_03 AC 442 ms
135,228 KB
testcase_04 AC 590 ms
136,240 KB
testcase_05 AC 610 ms
135,952 KB
testcase_06 AC 606 ms
135,728 KB
testcase_07 AC 614 ms
135,648 KB
testcase_08 AC 585 ms
136,028 KB
testcase_09 AC 613 ms
135,988 KB
testcase_10 AC 593 ms
135,996 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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