結果

問題 No.67 よくある棒を切る問題 (1)
ユーザー %20%20
提出日時 2017-09-29 06:02:00
言語 Ruby
(3.3.0)
結果
WA  
(最新)
AC  
(最初)
実行時間 -
コード長 74 bytes
コンパイル時間 441 ms
コンパイル使用メモリ 7,552 KB
実行使用メモリ 126,784 KB
最終ジャッジ日時 2024-11-08 12:22:20
合計ジャッジ時間 55,110 ms
ジャッジサーバーID
(参考情報)
judge4 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 AC 94 ms
12,160 KB
testcase_02 AC 939 ms
58,568 KB
testcase_03 AC 1,708 ms
93,520 KB
testcase_04 AC 2,231 ms
126,652 KB
testcase_05 AC 2,234 ms
126,784 KB
testcase_06 AC 2,245 ms
126,512 KB
testcase_07 AC 2,310 ms
119,552 KB
testcase_08 AC 2,300 ms
119,456 KB
testcase_09 AC 2,289 ms
119,412 KB
testcase_10 AC 2,018 ms
117,356 KB
testcase_11 AC 2,105 ms
119,616 KB
testcase_12 AC 1,938 ms
99,292 KB
testcase_13 AC 2,111 ms
108,464 KB
testcase_14 AC 2,165 ms
119,084 KB
testcase_15 AC 1,954 ms
113,244 KB
testcase_16 AC 2,232 ms
126,416 KB
testcase_17 AC 2,230 ms
126,704 KB
testcase_18 AC 2,236 ms
126,768 KB
testcase_19 AC 2,311 ms
119,288 KB
testcase_20 AC 2,295 ms
119,452 KB
testcase_21 AC 2,296 ms
119,332 KB
testcase_22 AC 2,029 ms
117,532 KB
testcase_23 AC 2,113 ms
120,448 KB
testcase_24 AC 90 ms
12,160 KB
testcase_25 AC 135 ms
14,592 KB
testcase_26 AC 108 ms
13,184 KB
testcase_27 AC 105 ms
12,672 KB
testcase_28 AC 441 ms
30,404 KB
testcase_29 AC 271 ms
23,520 KB
testcase_30 AC 136 ms
14,592 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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