結果

問題 No.554 recurrence formula
ユーザー %20%20
提出日時 2017-08-12 02:15:24
言語 Raku
(rakudo v2024.02)
結果
WA  
実行時間 -
コード長 53 bytes
コンパイル時間 638 ms
コンパイル使用メモリ 122,772 KB
実行使用メモリ 140,800 KB
最終ジャッジ日時 2023-08-16 04:15:09
合計ジャッジ時間 11,611 ms
ジャッジサーバーID
(参考情報)
judge12 / judge15
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 339 ms
132,268 KB
testcase_01 AC 337 ms
132,092 KB
testcase_02 AC 342 ms
132,044 KB
testcase_03 AC 343 ms
132,172 KB
testcase_04 AC 347 ms
132,160 KB
testcase_05 AC 347 ms
132,216 KB
testcase_06 AC 361 ms
131,876 KB
testcase_07 AC 367 ms
132,232 KB
testcase_08 AC 361 ms
132,108 KB
testcase_09 AC 348 ms
132,104 KB
testcase_10 WA -
testcase_11 WA -
testcase_12 WA -
testcase_13 WA -
testcase_14 WA -
testcase_15 WA -
testcase_16 WA -
testcase_17 WA -
testcase_18 WA -
testcase_19 WA -
testcase_20 WA -
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

say (0,1,1,my$a=2,(*+* *++$a)%(1e9+7)...*)[$_=get]*$_
0