結果

問題 No.658 テトラナッチ数列 Hard
ユーザー %20%20
提出日時 2018-03-03 01:17:53
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 560 ms / 2,000 ms
コード長 56 bytes
コンパイル時間 328 ms
コンパイル使用メモリ 134,932 KB
実行使用メモリ 146,132 KB
最終ジャッジ日時 2024-05-03 14:17:03
合計ジャッジ時間 6,720 ms
ジャッジサーバーID
(参考情報)
judge2 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 399 ms
139,304 KB
testcase_01 AC 371 ms
140,144 KB
testcase_02 AC 439 ms
145,752 KB
testcase_03 AC 440 ms
146,132 KB
testcase_04 AC 520 ms
146,008 KB
testcase_05 AC 504 ms
145,620 KB
testcase_06 AC 511 ms
145,748 KB
testcase_07 AC 518 ms
145,880 KB
testcase_08 AC 560 ms
145,752 KB
testcase_09 AC 545 ms
146,120 KB
testcase_10 AC 539 ms
145,928 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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