結果

問題 No.58 イカサマなサイコロ
ユーザー letrangerjpletrangerjp
提出日時 2017-06-17 16:34:27
言語 Ruby
(3.3.0)
結果
WA  
(最新)
AC  
(最初)
実行時間 -
コード長 81 bytes
コンパイル時間 257 ms
コンパイル使用メモリ 7,552 KB
実行使用メモリ 12,672 KB
最終ジャッジ日時 2024-06-30 01:26:22
合計ジャッジ時間 33,180 ms
ジャッジサーバーID
(参考情報)
judge2 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 TLE -
testcase_02 AC 1,452 ms
12,416 KB
testcase_03 AC 1,002 ms
12,160 KB
testcase_04 AC 3,534 ms
12,544 KB
testcase_05 AC 3,974 ms
12,416 KB
testcase_06 AC 4,912 ms
12,544 KB
testcase_07 AC 1,495 ms
12,288 KB
testcase_08 AC 2,595 ms
12,672 KB
testcase_09 AC 4,839 ms
12,544 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

eval"p (1..1e6).count{(1..%d).map{|i|rand(6)-rand(i>%d?6:3..5)}.sum<0}/1e6"%[*$<]
0