結果

問題 No.1299 Random Array Score
ユーザー %20%20
提出日時 2020-11-27 22:13:36
言語 Ruby
(3.3.0)
結果
AC  
実行時間 286 ms / 2,000 ms
コード長 58 bytes
コンパイル時間 372 ms
コンパイル使用メモリ 7,424 KB
実行使用メモリ 43,176 KB
最終ジャッジ日時 2024-07-26 13:08:55
合計ジャッジ時間 9,575 ms
ジャッジサーバーID
(参考情報)
judge2 / judge3
外部呼び出し有り
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 90 ms
12,032 KB
testcase_01 AC 89 ms
12,032 KB
testcase_02 AC 89 ms
12,160 KB
testcase_03 AC 274 ms
43,176 KB
testcase_04 AC 269 ms
42,176 KB
testcase_05 AC 228 ms
36,280 KB
testcase_06 AC 213 ms
33,964 KB
testcase_07 AC 220 ms
35,156 KB
testcase_08 AC 267 ms
41,912 KB
testcase_09 AC 96 ms
13,152 KB
testcase_10 AC 165 ms
26,240 KB
testcase_11 AC 110 ms
15,872 KB
testcase_12 AC 209 ms
32,944 KB
testcase_13 AC 271 ms
41,652 KB
testcase_14 AC 210 ms
33,500 KB
testcase_15 AC 213 ms
34,256 KB
testcase_16 AC 213 ms
33,984 KB
testcase_17 AC 115 ms
17,024 KB
testcase_18 AC 171 ms
26,496 KB
testcase_19 AC 188 ms
29,260 KB
testcase_20 AC 141 ms
22,272 KB
testcase_21 AC 96 ms
12,672 KB
testcase_22 AC 125 ms
17,664 KB
testcase_23 AC 219 ms
33,576 KB
testcase_24 AC 230 ms
36,928 KB
testcase_25 AC 220 ms
33,504 KB
testcase_26 AC 101 ms
12,288 KB
testcase_27 AC 127 ms
18,560 KB
testcase_28 AC 116 ms
16,512 KB
testcase_29 AC 132 ms
19,968 KB
testcase_30 AC 209 ms
32,484 KB
testcase_31 AC 132 ms
20,736 KB
testcase_32 AC 262 ms
41,648 KB
testcase_33 AC 286 ms
42,080 KB
testcase_34 AC 237 ms
39,056 KB
testcase_35 AC 281 ms
41,804 KB
testcase_36 AC 238 ms
39,072 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

eval'N,K,*A='+`dd`.split*?,
p A.sum*2.pow(K,M=998244353)%M
0