結果

問題 No.67 よくある棒を切る問題 (1)
ユーザー letrangerjpletrangerjp
提出日時 2017-06-18 23:25:54
言語 Ruby
(3.3.0)
結果
AC  
実行時間 2,328 ms / 5,000 ms
コード長 84 bytes
コンパイル時間 197 ms
コンパイル使用メモリ 7,424 KB
実行使用メモリ 136,328 KB
最終ジャッジ日時 2024-11-08 12:14:45
合計ジャッジ時間 53,322 ms
ジャッジサーバーID
(参考情報)
judge1 / judge3
外部呼び出し有り
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2,172 ms
136,256 KB
testcase_01 AC 91 ms
12,160 KB
testcase_02 AC 938 ms
58,872 KB
testcase_03 AC 1,706 ms
106,032 KB
testcase_04 AC 2,274 ms
105,796 KB
testcase_05 AC 2,275 ms
107,084 KB
testcase_06 AC 2,277 ms
119,492 KB
testcase_07 AC 2,310 ms
121,344 KB
testcase_08 AC 2,328 ms
121,468 KB
testcase_09 AC 2,300 ms
120,756 KB
testcase_10 AC 2,058 ms
120,672 KB
testcase_11 AC 2,133 ms
120,532 KB
testcase_12 AC 1,958 ms
96,240 KB
testcase_13 AC 2,139 ms
110,660 KB
testcase_14 AC 2,157 ms
118,912 KB
testcase_15 AC 1,903 ms
113,024 KB
testcase_16 AC 2,189 ms
122,800 KB
testcase_17 AC 2,204 ms
126,672 KB
testcase_18 AC 2,178 ms
136,132 KB
testcase_19 AC 2,243 ms
112,560 KB
testcase_20 AC 2,151 ms
136,196 KB
testcase_21 AC 2,159 ms
136,328 KB
testcase_22 AC 1,971 ms
104,828 KB
testcase_23 AC 2,082 ms
99,680 KB
testcase_24 AC 91 ms
12,160 KB
testcase_25 AC 132 ms
14,208 KB
testcase_26 AC 106 ms
13,056 KB
testcase_27 AC 96 ms
12,544 KB
testcase_28 AC 433 ms
30,704 KB
testcase_29 AC 261 ms
23,860 KB
testcase_30 AC 132 ms
14,464 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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