結果

問題 No.657 テトラナッチ数列 Easy
ユーザー tailstails
提出日時 2018-03-05 17:35:03
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 660 ms / 2,000 ms
コード長 52 bytes
コンパイル時間 474 ms
コンパイル使用メモリ 127,748 KB
実行使用メモリ 146,200 KB
最終ジャッジ日時 2024-05-03 14:18:58
合計ジャッジ時間 9,710 ms
ジャッジサーバーID
(参考情報)
judge4 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 396 ms
136,080 KB
testcase_01 AC 386 ms
136,204 KB
testcase_02 AC 394 ms
136,204 KB
testcase_03 AC 390 ms
136,080 KB
testcase_04 AC 414 ms
135,792 KB
testcase_05 AC 487 ms
139,984 KB
testcase_06 AC 393 ms
135,824 KB
testcase_07 AC 388 ms
136,208 KB
testcase_08 AC 450 ms
143,712 KB
testcase_09 AC 545 ms
142,424 KB
testcase_10 AC 653 ms
145,512 KB
testcase_11 AC 654 ms
145,372 KB
testcase_12 AC 652 ms
146,200 KB
testcase_13 AC 649 ms
145,376 KB
testcase_14 AC 651 ms
145,936 KB
testcase_15 AC 660 ms
145,620 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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