結果

問題 No.1049 Zero (Exhaust)
ユーザー kotatsugamekotatsugame
提出日時 2020-05-08 21:56:16
言語 Ruby
(3.3.0)
結果
AC  
実行時間 360 ms / 2,000 ms
コード長 82 bytes
コンパイル時間 90 ms
コンパイル使用メモリ 7,552 KB
実行使用メモリ 12,416 KB
最終ジャッジ日時 2024-07-04 00:36:35
合計ジャッジ時間 6,999 ms
ジャッジサーバーID
(参考情報)
judge1 / judge4
外部呼び出し有り
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 93 ms
12,288 KB
testcase_01 AC 90 ms
12,416 KB
testcase_02 AC 95 ms
12,160 KB
testcase_03 AC 276 ms
12,288 KB
testcase_04 AC 94 ms
12,288 KB
testcase_05 AC 241 ms
12,288 KB
testcase_06 AC 359 ms
12,160 KB
testcase_07 AC 130 ms
12,160 KB
testcase_08 AC 174 ms
12,288 KB
testcase_09 AC 296 ms
12,288 KB
testcase_10 AC 312 ms
12,288 KB
testcase_11 AC 311 ms
12,160 KB
testcase_12 AC 348 ms
12,288 KB
testcase_13 AC 155 ms
12,288 KB
testcase_14 AC 211 ms
12,288 KB
testcase_15 AC 296 ms
12,416 KB
testcase_16 AC 250 ms
12,160 KB
testcase_17 AC 251 ms
12,160 KB
testcase_18 AC 314 ms
12,288 KB
testcase_19 AC 283 ms
12,288 KB
testcase_20 AC 173 ms
12,288 KB
testcase_21 AC 286 ms
12,288 KB
testcase_22 AC 202 ms
12,416 KB
testcase_23 AC 360 ms
12,288 KB
testcase_24 AC 358 ms
12,288 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

eval'P,K='+`tr \\  ,`
t,a=1,0
M=10**9+7
K.times{t,a=(t*-~P+a)%M,(t+a)*2*~-P%M}
p t
0