結果

問題 No.67 よくある棒を切る問題 (1)
ユーザー yuruhiyayuruhiya
提出日時 2021-01-26 17:17:58
言語 Ruby
(3.3.0)
結果
AC  
実行時間 1,570 ms / 5,000 ms
コード長 70 bytes
コンパイル時間 319 ms
コンパイル使用メモリ 7,424 KB
実行使用メモリ 42,640 KB
最終ジャッジ日時 2024-11-08 13:31:06
合計ジャッジ時間 38,618 ms
ジャッジサーバーID
(参考情報)
judge2 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1,554 ms
42,640 KB
testcase_01 AC 85 ms
12,288 KB
testcase_02 AC 641 ms
26,240 KB
testcase_03 AC 1,152 ms
35,104 KB
testcase_04 AC 1,555 ms
40,528 KB
testcase_05 AC 1,563 ms
40,660 KB
testcase_06 AC 1,570 ms
40,492 KB
testcase_07 AC 1,549 ms
41,512 KB
testcase_08 AC 1,547 ms
41,472 KB
testcase_09 AC 1,556 ms
41,632 KB
testcase_10 AC 1,406 ms
37,988 KB
testcase_11 AC 1,475 ms
39,596 KB
testcase_12 AC 1,345 ms
38,068 KB
testcase_13 AC 1,428 ms
39,876 KB
testcase_14 AC 1,480 ms
40,924 KB
testcase_15 AC 1,327 ms
39,020 KB
testcase_16 AC 1,547 ms
40,520 KB
testcase_17 AC 1,546 ms
40,496 KB
testcase_18 AC 1,551 ms
40,652 KB
testcase_19 AC 1,564 ms
41,628 KB
testcase_20 AC 1,555 ms
41,544 KB
testcase_21 AC 1,554 ms
41,508 KB
testcase_22 AC 1,404 ms
38,004 KB
testcase_23 AC 1,479 ms
39,432 KB
testcase_24 AC 85 ms
12,288 KB
testcase_25 AC 119 ms
12,800 KB
testcase_26 AC 99 ms
12,288 KB
testcase_27 AC 96 ms
12,288 KB
testcase_28 AC 326 ms
18,304 KB
testcase_29 AC 203 ms
14,976 KB
testcase_30 AC 115 ms
13,056 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

eval'N,*L,K='+$<.read.split*?,
p (0.0..).bsearch{|i|L.sum{_1.div i}<K}
0