結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 420 ms
135,968 KB
testcase_01 AC 418 ms
135,848 KB
testcase_02 AC 502 ms
145,504 KB
testcase_03 AC 509 ms
145,500 KB
testcase_04 AC 679 ms
145,492 KB
testcase_05 AC 678 ms
146,032 KB
testcase_06 AC 685 ms
145,712 KB
testcase_07 AC 697 ms
145,580 KB
testcase_08 AC 695 ms
145,544 KB
testcase_09 AC 700 ms
145,964 KB
testcase_10 AC 707 ms
145,504 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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