結果
問題 | No.58 イカサマなサイコロ |
ユーザー | ciel |
提出日時 | 2015-06-19 23:33:27 |
言語 | Ruby (3.3.0) |
結果 |
WA
(最新)
AC
(最初)
|
実行時間 | - |
コード長 | 108 bytes |
コンパイル時間 | 123 ms |
コンパイル使用メモリ | 7,424 KB |
実行使用メモリ | 12,544 KB |
最終ジャッジ日時 | 2024-07-07 04:21:05 |
合計ジャッジ時間 | 17,584 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge3 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | AC | 739 ms
12,288 KB |
testcase_01 | WA | - |
testcase_02 | AC | 733 ms
12,288 KB |
testcase_03 | WA | - |
testcase_04 | AC | 1,878 ms
12,416 KB |
testcase_05 | AC | 2,147 ms
12,416 KB |
testcase_06 | AC | 3,021 ms
12,416 KB |
testcase_07 | AC | 728 ms
12,416 KB |
testcase_08 | AC | 1,291 ms
12,288 KB |
testcase_09 | AC | 2,668 ms
12,544 KB |
コンパイルメッセージ
Syntax OK
ソースコード
N,K=$<.map &:to_i s=0.0 (t=9**6).times{a=0 N.times{|i|a+=rand(1..6)-rand((i<K ? 4:1)..6)} s+=1 if a<0} p s/t