結果

問題 No.67 よくある棒を切る問題 (1)
ユーザー letrangerjpletrangerjp
提出日時 2017-06-18 13:43:02
言語 Ruby
(3.3.0)
結果
AC  
実行時間 2,074 ms / 5,000 ms
コード長 90 bytes
コンパイル時間 270 ms
コンパイル使用メモリ 7,552 KB
実行使用メモリ 88,676 KB
最終ジャッジ日時 2024-11-08 12:12:01
合計ジャッジ時間 49,166 ms
ジャッジサーバーID
(参考情報)
judge5 / judge3
外部呼び出し有り
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2,074 ms
84,068 KB
testcase_01 AC 86 ms
12,288 KB
testcase_02 AC 844 ms
53,144 KB
testcase_03 AC 1,491 ms
53,364 KB
testcase_04 AC 2,026 ms
84,500 KB
testcase_05 AC 2,026 ms
84,448 KB
testcase_06 AC 2,057 ms
84,368 KB
testcase_07 AC 2,037 ms
85,804 KB
testcase_08 AC 2,034 ms
85,792 KB
testcase_09 AC 2,043 ms
85,804 KB
testcase_10 AC 1,845 ms
86,548 KB
testcase_11 AC 1,942 ms
87,712 KB
testcase_12 AC 1,779 ms
88,236 KB
testcase_13 AC 1,879 ms
86,068 KB
testcase_14 AC 1,945 ms
88,676 KB
testcase_15 AC 1,761 ms
87,008 KB
testcase_16 AC 2,027 ms
84,284 KB
testcase_17 AC 2,069 ms
84,372 KB
testcase_18 AC 2,017 ms
84,364 KB
testcase_19 AC 2,038 ms
85,648 KB
testcase_20 AC 2,061 ms
85,816 KB
testcase_21 AC 2,022 ms
85,824 KB
testcase_22 AC 1,840 ms
87,676 KB
testcase_23 AC 1,955 ms
87,540 KB
testcase_24 AC 88 ms
12,288 KB
testcase_25 AC 128 ms
14,336 KB
testcase_26 AC 103 ms
12,928 KB
testcase_27 AC 98 ms
12,416 KB
testcase_28 AC 402 ms
30,800 KB
testcase_29 AC 247 ms
21,380 KB
testcase_30 AC 130 ms
14,208 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.rb:2: warning: ambiguous first argument; put parentheses or a space even after `-' operator
Syntax OK

ソースコード

diff #

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