結果

問題 No.1092 modular arithmetic
ユーザー yuruhiyayuruhiya
提出日時 2021-04-17 20:32:05
言語 Ruby
(3.3.0)
結果
AC  
実行時間 1,176 ms / 2,000 ms
コード長 91 bytes
コンパイル時間 36 ms
コンパイル使用メモリ 7,552 KB
実行使用メモリ 28,416 KB
最終ジャッジ日時 2024-07-04 03:20:54
合計ジャッジ時間 23,901 ms
ジャッジサーバーID
(参考情報)
judge3 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 86 ms
12,160 KB
testcase_01 AC 875 ms
28,416 KB
testcase_02 AC 84 ms
12,160 KB
testcase_03 AC 867 ms
23,040 KB
testcase_04 AC 711 ms
20,096 KB
testcase_05 AC 810 ms
20,224 KB
testcase_06 AC 546 ms
20,352 KB
testcase_07 AC 710 ms
19,968 KB
testcase_08 AC 790 ms
22,400 KB
testcase_09 AC 680 ms
20,352 KB
testcase_10 AC 659 ms
20,864 KB
testcase_11 AC 659 ms
20,736 KB
testcase_12 AC 526 ms
20,224 KB
testcase_13 AC 651 ms
19,584 KB
testcase_14 AC 768 ms
24,448 KB
testcase_15 AC 239 ms
14,080 KB
testcase_16 AC 571 ms
19,968 KB
testcase_17 AC 821 ms
24,576 KB
testcase_18 AC 819 ms
22,784 KB
testcase_19 AC 523 ms
20,352 KB
testcase_20 AC 858 ms
22,912 KB
testcase_21 AC 677 ms
20,608 KB
testcase_22 AC 912 ms
22,656 KB
testcase_23 AC 978 ms
20,608 KB
testcase_24 AC 383 ms
16,000 KB
testcase_25 AC 710 ms
20,096 KB
testcase_26 AC 977 ms
20,480 KB
testcase_27 AC 215 ms
14,208 KB
testcase_28 AC 752 ms
20,096 KB
testcase_29 AC 1,176 ms
22,144 KB
testcase_30 AC 768 ms
20,096 KB
testcase_31 AC 161 ms
12,800 KB
testcase_32 AC 662 ms
19,456 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

P=gets.to_i;p gets.split.reduce{c=$<.getc;eval(_1.to_s+(c<?/?c+_2: ?*+_2+".pow(P-2,P)"))%P}
0