結果

問題 No.658 テトラナッチ数列 Hard
ユーザー tailstails
提出日時 2018-03-05 17:22:41
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 612 ms / 2,000 ms
コード長 53 bytes
コンパイル時間 297 ms
コンパイル使用メモリ 131,904 KB
実行使用メモリ 149,992 KB
最終ジャッジ日時 2024-05-03 14:18:16
合計ジャッジ時間 6,933 ms
ジャッジサーバーID
(参考情報)
judge5 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 362 ms
140,256 KB
testcase_01 AC 349 ms
140,128 KB
testcase_02 AC 426 ms
148,512 KB
testcase_03 AC 430 ms
148,516 KB
testcase_04 AC 570 ms
148,520 KB
testcase_05 AC 591 ms
148,380 KB
testcase_06 AC 580 ms
148,152 KB
testcase_07 AC 583 ms
148,128 KB
testcase_08 AC 612 ms
148,256 KB
testcase_09 AC 604 ms
148,384 KB
testcase_10 AC 610 ms
149,992 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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