結果

問題 No.1343 Dividing Digit
ユーザー kotatsugamekotatsugame
提出日時 2021-01-16 16:04:16
言語 Ruby
(3.4.1)
結果
AC  
実行時間 816 ms / 2,000 ms
コード長 63 bytes
コンパイル時間 317 ms
コンパイル使用メモリ 7,296 KB
実行使用メモリ 28,000 KB
最終ジャッジ日時 2024-11-27 19:09:37
合計ジャッジ時間 13,207 ms
ジャッジサーバーID
(参考情報)
judge2 / judge1
外部呼び出し有り
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 88 ms
12,160 KB
testcase_01 AC 91 ms
12,032 KB
testcase_02 AC 89 ms
12,288 KB
testcase_03 AC 777 ms
27,124 KB
testcase_04 AC 157 ms
13,568 KB
testcase_05 AC 279 ms
16,512 KB
testcase_06 AC 214 ms
14,668 KB
testcase_07 AC 361 ms
18,432 KB
testcase_08 AC 650 ms
25,088 KB
testcase_09 AC 746 ms
25,600 KB
testcase_10 AC 193 ms
14,856 KB
testcase_11 AC 342 ms
17,792 KB
testcase_12 AC 610 ms
24,576 KB
testcase_13 AC 570 ms
23,680 KB
testcase_14 AC 177 ms
14,080 KB
testcase_15 AC 315 ms
17,536 KB
testcase_16 AC 191 ms
14,716 KB
testcase_17 AC 710 ms
25,472 KB
testcase_18 AC 798 ms
26,848 KB
testcase_19 AC 558 ms
23,680 KB
testcase_20 AC 426 ms
19,968 KB
testcase_21 AC 675 ms
25,344 KB
testcase_22 AC 699 ms
25,344 KB
testcase_23 AC 816 ms
28,000 KB
testcase_24 AC 796 ms
27,132 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

eval'N,K,*A='+`dd`.split*?,
M=A.sum
p A.sum{_1*K.pow(N-=1,M)}%M
0