結果

問題 No.1325 Subsequence Score
ユーザー yuruhiyayuruhiya
提出日時 2021-01-24 13:50:13
言語 Ruby
(3.3.0)
結果
RE  
実行時間 -
コード長 75 bytes
コンパイル時間 399 ms
コンパイル使用メモリ 7,424 KB
実行使用メモリ 57,728 KB
最終ジャッジ日時 2024-06-10 20:43:16
合計ジャッジ時間 12,416 ms
ジャッジサーバーID
(参考情報)
judge4 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 80 ms
12,160 KB
testcase_01 AC 81 ms
12,288 KB
testcase_02 AC 86 ms
12,416 KB
testcase_03 AC 89 ms
12,288 KB
testcase_04 AC 84 ms
12,160 KB
testcase_05 AC 86 ms
12,416 KB
testcase_06 AC 83 ms
12,160 KB
testcase_07 AC 86 ms
12,160 KB
testcase_08 AC 82 ms
12,160 KB
testcase_09 AC 82 ms
12,160 KB
testcase_10 AC 84 ms
12,160 KB
testcase_11 AC 83 ms
12,160 KB
testcase_12 AC 83 ms
12,416 KB
testcase_13 AC 609 ms
56,704 KB
testcase_14 AC 233 ms
22,400 KB
testcase_15 AC 550 ms
43,392 KB
testcase_16 AC 584 ms
54,784 KB
testcase_17 AC 318 ms
29,184 KB
testcase_18 AC 225 ms
21,888 KB
testcase_19 AC 621 ms
57,472 KB
testcase_20 AC 150 ms
17,792 KB
testcase_21 AC 265 ms
27,776 KB
testcase_22 AC 312 ms
29,440 KB
testcase_23 AC 616 ms
57,600 KB
testcase_24 AC 616 ms
57,344 KB
testcase_25 AC 623 ms
57,472 KB
testcase_26 AC 626 ms
57,728 KB
testcase_27 AC 623 ms
57,472 KB
testcase_28 RE -
testcase_29 AC 86 ms
12,160 KB
testcase_30 RE -
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

n=gets.to_i
M=998244353
i=0
p gets.split.sum{2.pow(n-2,M)*_1.to_i*-~i+=1}%M
0