結果

問題 No.65 回数の期待値の練習
ユーザー letrangerjpletrangerjp
提出日時 2017-06-18 11:43:20
言語 Ruby
(3.3.0)
結果
AC  
実行時間 2,413 ms / 5,000 ms
コード長 68 bytes
コンパイル時間 212 ms
コンパイル使用メモリ 7,680 KB
実行使用メモリ 22,656 KB
最終ジャッジ日時 2024-10-01 19:39:48
合計ジャッジ時間 35,724 ms
ジャッジサーバーID
(参考情報)
judge5 / judge2
外部呼び出し有り
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 967 ms
22,400 KB
testcase_01 AC 1,004 ms
22,656 KB
testcase_02 AC 1,068 ms
22,272 KB
testcase_03 AC 1,426 ms
22,400 KB
testcase_04 AC 1,150 ms
22,400 KB
testcase_05 AC 1,226 ms
22,528 KB
testcase_06 AC 1,313 ms
22,528 KB
testcase_07 AC 1,488 ms
22,400 KB
testcase_08 AC 1,555 ms
22,528 KB
testcase_09 AC 1,621 ms
22,528 KB
testcase_10 AC 1,722 ms
22,528 KB
testcase_11 AC 1,795 ms
22,528 KB
testcase_12 AC 1,870 ms
22,528 KB
testcase_13 AC 1,990 ms
22,400 KB
testcase_14 AC 2,086 ms
22,400 KB
testcase_15 AC 2,120 ms
22,400 KB
testcase_16 AC 2,205 ms
22,528 KB
testcase_17 AC 2,319 ms
22,528 KB
testcase_18 AC 2,361 ms
22,272 KB
testcase_19 AC 2,413 ms
22,656 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

N=eval`dd`
p (1..1e6).map{n=0;(1..99).find{N<=n+=1+rand(6)}}.sum/1e6
0