結果

問題 No.658 テトラナッチ数列 Hard
ユーザー tailstails
提出日時 2018-03-03 00:38:13
言語 Raku
(rakudo v2024.02)
結果
TLE  
実行時間 -
コード長 54 bytes
コンパイル時間 631 ms
コンパイル使用メモリ 125,680 KB
実行使用メモリ 305,264 KB
最終ジャッジ日時 2024-11-24 14:48:18
合計ジャッジ時間 26,671 ms
ジャッジサーバーID
(参考情報)
judge2 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 420 ms
140,820 KB
testcase_01 AC 416 ms
288,240 KB
testcase_02 AC 590 ms
147,044 KB
testcase_03 TLE -
testcase_04 TLE -
testcase_05 TLE -
testcase_06 TLE -
testcase_07 TLE -
testcase_08 TLE -
testcase_09 TLE -
testcase_10 TLE -
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

get;say (1,0,0,0,(*+*+*+*)%17...*)[+$_%4912] for lines
0