結果

問題 No.1343 Dividing Digit
ユーザー yuruhiyayuruhiya
提出日時 2021-01-16 16:18:31
言語 Ruby
(3.3.0)
結果
AC  
実行時間 826 ms / 2,000 ms
コード長 66 bytes
コンパイル時間 80 ms
コンパイル使用メモリ 7,552 KB
実行使用メモリ 28,104 KB
最終ジャッジ日時 2024-05-05 19:11:00
合計ジャッジ時間 13,308 ms
ジャッジサーバーID
(参考情報)
judge3 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 91 ms
12,288 KB
testcase_01 AC 92 ms
12,160 KB
testcase_02 AC 89 ms
12,032 KB
testcase_03 AC 776 ms
27,080 KB
testcase_04 AC 156 ms
13,696 KB
testcase_05 AC 273 ms
16,896 KB
testcase_06 AC 218 ms
14,984 KB
testcase_07 AC 373 ms
18,688 KB
testcase_08 AC 636 ms
25,216 KB
testcase_09 AC 712 ms
25,728 KB
testcase_10 AC 190 ms
14,924 KB
testcase_11 AC 340 ms
18,176 KB
testcase_12 AC 588 ms
24,576 KB
testcase_13 AC 579 ms
23,680 KB
testcase_14 AC 176 ms
14,208 KB
testcase_15 AC 312 ms
17,536 KB
testcase_16 AC 189 ms
14,968 KB
testcase_17 AC 714 ms
25,600 KB
testcase_18 AC 773 ms
26,996 KB
testcase_19 AC 552 ms
23,808 KB
testcase_20 AC 424 ms
20,096 KB
testcase_21 AC 684 ms
25,344 KB
testcase_22 AC 689 ms
25,472 KB
testcase_23 AC 826 ms
28,104 KB
testcase_24 AC 791 ms
27,128 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

eval"N,K,*A="+gets(p).split*?,
m=A.sum
p A.sum{_1*K.pow(N-=1,m)}%m
0