結果

問題 No.657 テトラナッチ数列 Easy
ユーザー %20%20
提出日時 2018-03-03 01:13:48
言語 Raku
(rakudo v2024.02)
結果
TLE  
実行時間 -
コード長 48 bytes
コンパイル時間 355 ms
コンパイル使用メモリ 135,244 KB
実行使用メモリ 371,228 KB
最終ジャッジ日時 2024-11-24 14:52:04
合計ジャッジ時間 25,666 ms
ジャッジサーバーID
(参考情報)
judge5 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 332 ms
151,272 KB
testcase_01 AC 332 ms
329,944 KB
testcase_02 AC 326 ms
151,400 KB
testcase_03 AC 326 ms
320,416 KB
testcase_04 AC 346 ms
152,676 KB
testcase_05 AC 682 ms
371,228 KB
testcase_06 AC 334 ms
151,396 KB
testcase_07 AC 325 ms
323,972 KB
testcase_08 AC 400 ms
156,564 KB
testcase_09 TLE -
testcase_10 TLE -
testcase_11 TLE -
testcase_12 TLE -
testcase_13 TLE -
testcase_14 TLE -
testcase_15 TLE -
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

say (1,0,0,0,(*+*+*+*)%17...*)[get%4912]for ^get
0