結果

問題 No.657 テトラナッチ数列 Easy
ユーザー %20%20
提出日時 2018-03-03 02:31:02
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 570 ms / 2,000 ms
コード長 55 bytes
コンパイル時間 397 ms
コンパイル使用メモリ 127,312 KB
実行使用メモリ 147,268 KB
最終ジャッジ日時 2024-11-24 14:52:47
合計ジャッジ時間 8,400 ms
ジャッジサーバーID
(参考情報)
judge2 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 341 ms
136,076 KB
testcase_01 AC 338 ms
135,952 KB
testcase_02 AC 339 ms
136,076 KB
testcase_03 AC 338 ms
135,668 KB
testcase_04 AC 353 ms
136,448 KB
testcase_05 AC 419 ms
140,496 KB
testcase_06 AC 337 ms
136,080 KB
testcase_07 AC 340 ms
135,696 KB
testcase_08 AC 390 ms
143,480 KB
testcase_09 AC 468 ms
142,484 KB
testcase_10 AC 563 ms
147,268 KB
testcase_11 AC 566 ms
146,212 KB
testcase_12 AC 561 ms
145,788 KB
testcase_13 AC 555 ms
146,040 KB
testcase_14 AC 560 ms
145,788 KB
testcase_15 AC 570 ms
146,016 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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