結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2,165 ms
136,176 KB
testcase_01 AC 89 ms
12,288 KB
testcase_02 AC 923 ms
58,312 KB
testcase_03 AC 1,705 ms
106,284 KB
testcase_04 AC 2,241 ms
105,764 KB
testcase_05 AC 2,254 ms
105,804 KB
testcase_06 AC 2,272 ms
119,416 KB
testcase_07 AC 2,310 ms
121,608 KB
testcase_08 AC 2,315 ms
121,488 KB
testcase_09 AC 2,309 ms
120,828 KB
testcase_10 AC 2,054 ms
122,092 KB
testcase_11 AC 2,150 ms
120,656 KB
testcase_12 AC 1,971 ms
96,216 KB
testcase_13 AC 2,115 ms
110,868 KB
testcase_14 AC 2,206 ms
118,784 KB
testcase_15 AC 1,942 ms
113,024 KB
testcase_16 AC 2,234 ms
122,772 KB
testcase_17 AC 2,221 ms
126,704 KB
testcase_18 AC 2,199 ms
136,360 KB
testcase_19 AC 2,280 ms
112,688 KB
testcase_20 AC 2,183 ms
136,324 KB
testcase_21 AC 2,166 ms
136,360 KB
testcase_22 AC 1,986 ms
104,856 KB
testcase_23 AC 2,097 ms
99,656 KB
testcase_24 AC 89 ms
12,416 KB
testcase_25 AC 135 ms
14,464 KB
testcase_26 AC 106 ms
13,056 KB
testcase_27 AC 103 ms
12,800 KB
testcase_28 AC 436 ms
30,632 KB
testcase_29 AC 266 ms
23,760 KB
testcase_30 AC 134 ms
14,336 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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