結果

問題 No.554 recurrence formula
ユーザー %20%20
提出日時 2017-08-12 02:15:24
言語 Raku
(rakudo v2024.02)
結果
WA  
実行時間 -
コード長 53 bytes
コンパイル時間 460 ms
コンパイル使用メモリ 135,592 KB
実行使用メモリ 154,544 KB
最終ジャッジ日時 2024-05-03 13:42:45
合計ジャッジ時間 11,818 ms
ジャッジサーバーID
(参考情報)
judge1 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 352 ms
135,860 KB
testcase_01 AC 355 ms
136,996 KB
testcase_02 AC 353 ms
136,868 KB
testcase_03 AC 354 ms
136,864 KB
testcase_04 AC 358 ms
136,612 KB
testcase_05 AC 357 ms
137,124 KB
testcase_06 AC 362 ms
136,612 KB
testcase_07 AC 358 ms
136,996 KB
testcase_08 AC 367 ms
136,996 KB
testcase_09 AC 355 ms
136,484 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