結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 88 ms
12,160 KB
testcase_01 AC 81 ms
12,288 KB
testcase_02 AC 80 ms
12,160 KB
testcase_03 AC 171 ms
27,520 KB
testcase_04 AC 167 ms
27,136 KB
testcase_05 AC 151 ms
23,936 KB
testcase_06 AC 144 ms
22,656 KB
testcase_07 AC 150 ms
23,296 KB
testcase_08 AC 177 ms
26,880 KB
testcase_09 AC 84 ms
12,288 KB
testcase_10 AC 122 ms
17,792 KB
testcase_11 AC 89 ms
13,312 KB
testcase_12 AC 142 ms
22,272 KB
testcase_13 AC 169 ms
27,008 KB
testcase_14 AC 149 ms
22,400 KB
testcase_15 AC 145 ms
22,784 KB
testcase_16 AC 148 ms
22,528 KB
testcase_17 AC 92 ms
13,696 KB
testcase_18 AC 122 ms
18,560 KB
testcase_19 AC 131 ms
19,840 KB
testcase_20 AC 104 ms
16,000 KB
testcase_21 AC 82 ms
12,160 KB
testcase_22 AC 101 ms
14,080 KB
testcase_23 AC 156 ms
22,656 KB
testcase_24 AC 159 ms
23,936 KB
testcase_25 AC 143 ms
22,400 KB
testcase_26 AC 81 ms
12,160 KB
testcase_27 AC 97 ms
14,336 KB
testcase_28 AC 91 ms
13,568 KB
testcase_29 AC 111 ms
15,232 KB
testcase_30 AC 159 ms
22,144 KB
testcase_31 AC 111 ms
15,488 KB
testcase_32 AC 176 ms
26,624 KB
testcase_33 AC 177 ms
27,648 KB
testcase_34 AC 151 ms
27,264 KB
testcase_35 AC 184 ms
27,904 KB
testcase_36 AC 163 ms
27,392 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.rb:1: warning: assigned but unused variable - n
Syntax OK

ソースコード

diff #

n,k,*a=`dd`.split.map &:to_i
p a.sum*2.pow(k,m=998244353)%m
0