結果

問題 No.658 テトラナッチ数列 Hard
ユーザー %20%20
提出日時 2018-03-03 02:31:27
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 595 ms / 2,000 ms
コード長 55 bytes
コンパイル時間 455 ms
コンパイル使用メモリ 126,796 KB
実行使用メモリ 146,340 KB
最終ジャッジ日時 2024-05-03 14:18:02
合計ジャッジ時間 6,976 ms
ジャッジサーバーID
(参考情報)
judge4 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 354 ms
135,972 KB
testcase_01 AC 349 ms
136,228 KB
testcase_02 AC 423 ms
145,948 KB
testcase_03 AC 428 ms
144,408 KB
testcase_04 AC 579 ms
146,340 KB
testcase_05 AC 591 ms
145,116 KB
testcase_06 AC 582 ms
145,816 KB
testcase_07 AC 591 ms
146,340 KB
testcase_08 AC 595 ms
146,084 KB
testcase_09 AC 593 ms
146,340 KB
testcase_10 AC 589 ms
145,952 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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