結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 379 ms
137,100 KB
testcase_01 AC 376 ms
136,952 KB
testcase_02 AC 363 ms
136,976 KB
testcase_03 AC 372 ms
136,844 KB
testcase_04 AC 388 ms
137,452 KB
testcase_05 AC 459 ms
141,144 KB
testcase_06 AC 373 ms
136,592 KB
testcase_07 AC 367 ms
136,848 KB
testcase_08 AC 421 ms
143,980 KB
testcase_09 AC 480 ms
143,092 KB
testcase_10 AC 510 ms
144,364 KB
testcase_11 AC 527 ms
144,232 KB
testcase_12 AC 513 ms
144,488 KB
testcase_13 AC 511 ms
144,364 KB
testcase_14 AC 527 ms
144,360 KB
testcase_15 AC 517 ms
143,976 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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