結果
問題 | No.766 金魚すくい |
ユーザー | ciel |
提出日時 | 2018-12-16 12:09:11 |
言語 | Ruby (3.3.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 329 bytes |
コンパイル時間 | 101 ms |
コンパイル使用メモリ | 7,552 KB |
実行使用メモリ | 33,536 KB |
最終ジャッジ日時 | 2024-09-25 06:27:46 |
合計ジャッジ時間 | 13,850 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge2 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | WA | - |
testcase_01 | AC | 85 ms
12,160 KB |
testcase_02 | AC | 86 ms
12,032 KB |
testcase_03 | WA | - |
testcase_04 | AC | 87 ms
12,032 KB |
testcase_05 | WA | - |
testcase_06 | WA | - |
testcase_07 | WA | - |
testcase_08 | WA | - |
testcase_09 | WA | - |
testcase_10 | WA | - |
testcase_11 | WA | - |
testcase_12 | WA | - |
testcase_13 | WA | - |
testcase_14 | WA | - |
testcase_15 | WA | - |
testcase_16 | WA | - |
testcase_17 | WA | - |
testcase_18 | WA | - |
testcase_19 | WA | - |
testcase_20 | WA | - |
testcase_21 | AC | 89 ms
12,288 KB |
testcase_22 | WA | - |
testcase_23 | WA | - |
testcase_24 | AC | 408 ms
28,800 KB |
testcase_25 | WA | - |
testcase_26 | WA | - |
testcase_27 | WA | - |
testcase_28 | WA | - |
testcase_29 | WA | - |
testcase_30 | WA | - |
testcase_31 | WA | - |
testcase_32 | WA | - |
testcase_33 | WA | - |
testcase_34 | WA | - |
testcase_35 | AC | 296 ms
16,128 KB |
testcase_36 | AC | 294 ms
16,384 KB |
testcase_37 | AC | 409 ms
25,728 KB |
testcase_38 | AC | 405 ms
28,800 KB |
testcase_39 | AC | 406 ms
25,856 KB |
testcase_40 | AC | 386 ms
24,832 KB |
testcase_41 | WA | - |
testcase_42 | WA | - |
testcase_43 | AC | 83 ms
12,160 KB |
testcase_44 | AC | 87 ms
12,416 KB |
コンパイルメッセージ
Syntax OK
ソースコード
M=10**9+7;I=[1,1];*F=I;*R=I;N,K,P,*V=`dd`.split.map &:to_i;V.sort! 2.upto([N+K,100].max){|i|I<<z=(M-M/i)*I[M%i]%M;F<<i*F[-1]%M;R<<z*R[-1]%M} Q=(100-P)*I[100]%M P=P*I[100]%M r=s=0 N.times{|i|r=(r+P.pow(K,M)*Q.pow(i,K)*F[K+i-1]*R[i]*R[K-1]*s)%M;s=(s+V[N-i-1])%M} K.times{|i|r=(r+P.pow(i,M)*Q.pow(N,M)*F[N+i-1]*R[i]*R[N-1]*s)%M} p r