結果

問題 No.67 よくある棒を切る問題 (1)
ユーザー letrangerjpletrangerjp
提出日時 2017-06-18 23:27:47
言語 Ruby
(3.3.0)
結果
AC  
実行時間 2,327 ms / 5,000 ms
コード長 87 bytes
コンパイル時間 382 ms
コンパイル使用メモリ 7,680 KB
実行使用メモリ 136,340 KB
最終ジャッジ日時 2024-11-08 12:17:32
合計ジャッジ時間 53,615 ms
ジャッジサーバーID
(参考情報)
judge4 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2,173 ms
136,340 KB
testcase_01 AC 89 ms
12,416 KB
testcase_02 AC 902 ms
58,244 KB
testcase_03 AC 1,697 ms
105,892 KB
testcase_04 AC 2,263 ms
105,776 KB
testcase_05 AC 2,275 ms
105,912 KB
testcase_06 AC 2,259 ms
118,124 KB
testcase_07 AC 2,314 ms
122,972 KB
testcase_08 AC 2,318 ms
122,968 KB
testcase_09 AC 2,327 ms
120,972 KB
testcase_10 AC 2,083 ms
121,956 KB
testcase_11 AC 2,146 ms
120,468 KB
testcase_12 AC 1,983 ms
96,140 KB
testcase_13 AC 2,111 ms
109,436 KB
testcase_14 AC 2,168 ms
120,404 KB
testcase_15 AC 1,946 ms
113,228 KB
testcase_16 AC 2,248 ms
121,128 KB
testcase_17 AC 2,226 ms
125,124 KB
testcase_18 AC 2,190 ms
136,268 KB
testcase_19 AC 2,283 ms
114,256 KB
testcase_20 AC 2,176 ms
136,328 KB
testcase_21 AC 2,177 ms
136,324 KB
testcase_22 AC 2,018 ms
104,624 KB
testcase_23 AC 2,072 ms
98,084 KB
testcase_24 AC 90 ms
12,288 KB
testcase_25 AC 134 ms
14,464 KB
testcase_26 AC 108 ms
12,928 KB
testcase_27 AC 100 ms
12,672 KB
testcase_28 AC 443 ms
30,584 KB
testcase_29 AC 268 ms
23,904 KB
testcase_30 AC 135 ms
14,464 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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