結果

問題 No.657 テトラナッチ数列 Easy
ユーザー %20%20
提出日時 2018-03-03 02:31:02
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 623 ms / 2,000 ms
コード長 55 bytes
コンパイル時間 390 ms
コンパイル使用メモリ 135,320 KB
実行使用メモリ 147,260 KB
最終ジャッジ日時 2024-05-03 14:17:26
合計ジャッジ時間 9,188 ms
ジャッジサーバーID
(参考情報)
judge1 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 370 ms
135,568 KB
testcase_01 AC 372 ms
136,080 KB
testcase_02 AC 376 ms
136,584 KB
testcase_03 AC 385 ms
136,208 KB
testcase_04 AC 394 ms
136,312 KB
testcase_05 AC 462 ms
140,624 KB
testcase_06 AC 376 ms
135,820 KB
testcase_07 AC 375 ms
135,820 KB
testcase_08 AC 434 ms
145,216 KB
testcase_09 AC 512 ms
140,308 KB
testcase_10 AC 620 ms
145,956 KB
testcase_11 AC 623 ms
146,172 KB
testcase_12 AC 620 ms
146,168 KB
testcase_13 AC 615 ms
146,296 KB
testcase_14 AC 613 ms
146,168 KB
testcase_15 AC 621 ms
147,260 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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