結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 88 ms
12,032 KB
testcase_01 AC 86 ms
12,032 KB
testcase_02 AC 88 ms
12,160 KB
testcase_03 AC 801 ms
27,104 KB
testcase_04 AC 158 ms
13,440 KB
testcase_05 AC 288 ms
16,640 KB
testcase_06 AC 218 ms
14,744 KB
testcase_07 AC 351 ms
18,560 KB
testcase_08 AC 662 ms
25,088 KB
testcase_09 AC 725 ms
25,600 KB
testcase_10 AC 187 ms
14,812 KB
testcase_11 AC 334 ms
17,792 KB
testcase_12 AC 592 ms
24,576 KB
testcase_13 AC 568 ms
23,680 KB
testcase_14 AC 176 ms
14,208 KB
testcase_15 AC 317 ms
17,536 KB
testcase_16 AC 189 ms
14,816 KB
testcase_17 AC 706 ms
25,472 KB
testcase_18 AC 765 ms
26,712 KB
testcase_19 AC 558 ms
23,552 KB
testcase_20 AC 419 ms
20,096 KB
testcase_21 AC 669 ms
25,344 KB
testcase_22 AC 703 ms
25,344 KB
testcase_23 AC 827 ms
28,028 KB
testcase_24 AC 800 ms
27,096 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