結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 389 ms
135,960 KB
testcase_01 AC 391 ms
136,212 KB
testcase_02 AC 401 ms
136,084 KB
testcase_03 AC 398 ms
136,088 KB
testcase_04 AC 415 ms
136,132 KB
testcase_05 AC 488 ms
139,624 KB
testcase_06 AC 398 ms
136,216 KB
testcase_07 AC 395 ms
135,832 KB
testcase_08 AC 452 ms
143,168 KB
testcase_09 AC 539 ms
141,380 KB
testcase_10 AC 654 ms
145,352 KB
testcase_11 AC 651 ms
145,840 KB
testcase_12 AC 664 ms
145,740 KB
testcase_13 AC 656 ms
145,864 KB
testcase_14 AC 666 ms
145,480 KB
testcase_15 AC 658 ms
145,860 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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