結果

問題 No.67 よくある棒を切る問題 (1)
ユーザー letrangerjpletrangerjp
提出日時 2017-06-18 13:44:43
言語 Ruby
(3.3.0)
結果
AC  
実行時間 2,087 ms / 5,000 ms
コード長 93 bytes
コンパイル時間 232 ms
コンパイル使用メモリ 7,552 KB
実行使用メモリ 88,076 KB
最終ジャッジ日時 2024-11-08 12:15:41
合計ジャッジ時間 48,621 ms
ジャッジサーバーID
(参考情報)
judge1 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2,087 ms
83,520 KB
testcase_01 AC 90 ms
12,288 KB
testcase_02 AC 826 ms
53,212 KB
testcase_03 AC 1,480 ms
53,284 KB
testcase_04 AC 2,009 ms
84,272 KB
testcase_05 AC 2,003 ms
84,420 KB
testcase_06 AC 2,037 ms
84,288 KB
testcase_07 AC 2,013 ms
85,548 KB
testcase_08 AC 2,026 ms
85,700 KB
testcase_09 AC 2,004 ms
85,700 KB
testcase_10 AC 1,847 ms
84,648 KB
testcase_11 AC 1,956 ms
86,640 KB
testcase_12 AC 1,766 ms
86,256 KB
testcase_13 AC 1,863 ms
85,396 KB
testcase_14 AC 1,922 ms
88,076 KB
testcase_15 AC 1,742 ms
86,364 KB
testcase_16 AC 2,045 ms
84,288 KB
testcase_17 AC 2,009 ms
84,272 KB
testcase_18 AC 2,023 ms
84,332 KB
testcase_19 AC 2,020 ms
85,540 KB
testcase_20 AC 2,058 ms
85,668 KB
testcase_21 AC 2,027 ms
85,660 KB
testcase_22 AC 1,826 ms
84,960 KB
testcase_23 AC 1,951 ms
86,620 KB
testcase_24 AC 87 ms
12,288 KB
testcase_25 AC 125 ms
14,080 KB
testcase_26 AC 99 ms
12,672 KB
testcase_27 AC 96 ms
12,416 KB
testcase_28 AC 395 ms
30,796 KB
testcase_29 AC 244 ms
21,508 KB
testcase_30 AC 128 ms
14,336 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.rb:2: warning: ambiguous first argument; put parentheses or a space even after `-' operator
Syntax OK

ソースコード

diff #

eval"N,*L,K="+$<.read.split*?,
p -(0..M=L.sum/K+1.0).bsearch{|i|L.map{|l|l.div M-i}.sum>=K}+M
0