結果

問題 No.67 よくある棒を切る問題 (1)
ユーザー yuruhiyayuruhiya
提出日時 2021-01-26 17:17:36
言語 Ruby
(3.3.0)
結果
AC  
実行時間 1,584 ms / 5,000 ms
コード長 67 bytes
コンパイル時間 300 ms
コンパイル使用メモリ 7,424 KB
実行使用メモリ 43,356 KB
最終ジャッジ日時 2024-11-08 13:30:27
合計ジャッジ時間 38,285 ms
ジャッジサーバーID
(参考情報)
judge1 / judge4
外部呼び出し有り
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1,575 ms
41,964 KB
testcase_01 AC 90 ms
12,288 KB
testcase_02 AC 658 ms
26,368 KB
testcase_03 AC 1,159 ms
36,052 KB
testcase_04 AC 1,566 ms
41,524 KB
testcase_05 AC 1,563 ms
41,652 KB
testcase_06 AC 1,560 ms
41,560 KB
testcase_07 AC 1,578 ms
43,356 KB
testcase_08 AC 1,584 ms
43,308 KB
testcase_09 AC 1,583 ms
43,304 KB
testcase_10 AC 1,432 ms
38,568 KB
testcase_11 AC 1,498 ms
39,844 KB
testcase_12 AC 1,382 ms
38,572 KB
testcase_13 AC 1,470 ms
40,768 KB
testcase_14 AC 1,497 ms
41,904 KB
testcase_15 AC 1,372 ms
39,844 KB
testcase_16 AC 1,564 ms
41,664 KB
testcase_17 AC 1,571 ms
41,636 KB
testcase_18 AC 1,562 ms
41,636 KB
testcase_19 AC 1,571 ms
43,356 KB
testcase_20 AC 1,581 ms
43,188 KB
testcase_21 AC 1,578 ms
43,344 KB
testcase_22 AC 1,437 ms
38,456 KB
testcase_23 AC 1,495 ms
39,740 KB
testcase_24 AC 91 ms
12,288 KB
testcase_25 AC 124 ms
12,928 KB
testcase_26 AC 101 ms
12,288 KB
testcase_27 AC 99 ms
12,288 KB
testcase_28 AC 331 ms
18,176 KB
testcase_29 AC 214 ms
14,976 KB
testcase_30 AC 125 ms
13,056 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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