結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1,592 ms
41,932 KB
testcase_01 AC 92 ms
12,160 KB
testcase_02 AC 657 ms
26,368 KB
testcase_03 AC 1,161 ms
35,928 KB
testcase_04 AC 1,574 ms
41,660 KB
testcase_05 AC 1,564 ms
41,524 KB
testcase_06 AC 1,560 ms
41,660 KB
testcase_07 AC 1,582 ms
43,300 KB
testcase_08 AC 1,567 ms
43,360 KB
testcase_09 AC 1,561 ms
43,328 KB
testcase_10 AC 1,418 ms
38,436 KB
testcase_11 AC 1,502 ms
39,864 KB
testcase_12 AC 1,366 ms
38,580 KB
testcase_13 AC 1,434 ms
40,896 KB
testcase_14 AC 1,508 ms
41,904 KB
testcase_15 AC 1,362 ms
39,844 KB
testcase_16 AC 1,594 ms
41,524 KB
testcase_17 AC 1,569 ms
41,632 KB
testcase_18 AC 1,580 ms
41,632 KB
testcase_19 AC 1,592 ms
43,352 KB
testcase_20 AC 1,567 ms
43,432 KB
testcase_21 AC 1,579 ms
43,224 KB
testcase_22 AC 1,426 ms
38,576 KB
testcase_23 AC 1,490 ms
39,852 KB
testcase_24 AC 92 ms
12,288 KB
testcase_25 AC 124 ms
12,928 KB
testcase_26 AC 103 ms
12,416 KB
testcase_27 AC 99 ms
12,160 KB
testcase_28 AC 331 ms
18,176 KB
testcase_29 AC 217 ms
14,976 KB
testcase_30 AC 124 ms
12,928 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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