結果

問題 No.657 テトラナッチ数列 Easy
ユーザー %20%20
提出日時 2018-03-03 01:17:34
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 480 ms / 2,000 ms
コード長 56 bytes
コンパイル時間 417 ms
コンパイル使用メモリ 135,324 KB
実行使用メモリ 143,556 KB
最終ジャッジ日時 2024-11-24 14:52:17
合計ジャッジ時間 7,733 ms
ジャッジサーバーID
(参考情報)
judge5 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 337 ms
136,100 KB
testcase_01 AC 334 ms
135,716 KB
testcase_02 AC 331 ms
136,100 KB
testcase_03 AC 333 ms
135,968 KB
testcase_04 AC 349 ms
137,468 KB
testcase_05 AC 411 ms
140,180 KB
testcase_06 AC 334 ms
136,884 KB
testcase_07 AC 338 ms
136,228 KB
testcase_08 AC 379 ms
142,532 KB
testcase_09 AC 449 ms
141,496 KB
testcase_10 AC 467 ms
143,344 KB
testcase_11 AC 467 ms
143,408 KB
testcase_12 AC 462 ms
142,968 KB
testcase_13 AC 480 ms
143,552 KB
testcase_14 AC 475 ms
143,336 KB
testcase_15 AC 475 ms
143,556 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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