結果

問題 No.658 テトラナッチ数列 Hard
ユーザー tailstails
提出日時 2018-03-05 17:22:41
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 713 ms / 2,000 ms
コード長 53 bytes
コンパイル時間 492 ms
コンパイル使用メモリ 127,748 KB
実行使用メモリ 145,864 KB
最終ジャッジ日時 2024-11-24 14:56:56
合計ジャッジ時間 8,162 ms
ジャッジサーバーID
(参考情報)
judge2 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 425 ms
135,572 KB
testcase_01 AC 428 ms
135,952 KB
testcase_02 AC 515 ms
144,984 KB
testcase_03 AC 517 ms
145,260 KB
testcase_04 AC 685 ms
145,508 KB
testcase_05 AC 692 ms
145,380 KB
testcase_06 AC 690 ms
145,864 KB
testcase_07 AC 707 ms
144,864 KB
testcase_08 AC 711 ms
145,220 KB
testcase_09 AC 713 ms
145,252 KB
testcase_10 AC 710 ms
145,504 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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