結果

問題 No.657 テトラナッチ数列 Easy
ユーザー %20%20
提出日時 2018-03-03 01:13:48
言語 Raku
(rakudo v2024.02)
結果
TLE  
実行時間 -
コード長 48 bytes
コンパイル時間 302 ms
コンパイル使用メモリ 127,340 KB
実行使用メモリ 156,508 KB
最終ジャッジ日時 2024-05-03 14:16:41
合計ジャッジ時間 7,958 ms
ジャッジサーバーID
(参考情報)
judge5 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 377 ms
142,808 KB
testcase_01 AC 380 ms
135,868 KB
testcase_02 AC 364 ms
135,996 KB
testcase_03 AC 363 ms
137,660 KB
testcase_04 AC 376 ms
136,444 KB
testcase_05 AC 741 ms
150,464 KB
testcase_06 AC 355 ms
137,172 KB
testcase_07 AC 370 ms
137,920 KB
testcase_08 AC 438 ms
142,924 KB
testcase_09 TLE -
testcase_10 -- -
testcase_11 -- -
testcase_12 -- -
testcase_13 -- -
testcase_14 -- -
testcase_15 -- -
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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