結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1,596 ms
42,096 KB
testcase_01 AC 90 ms
12,160 KB
testcase_02 AC 663 ms
26,496 KB
testcase_03 AC 1,188 ms
36,056 KB
testcase_04 AC 1,587 ms
41,644 KB
testcase_05 AC 1,587 ms
41,524 KB
testcase_06 AC 1,643 ms
41,508 KB
testcase_07 AC 1,603 ms
43,432 KB
testcase_08 AC 1,591 ms
43,436 KB
testcase_09 AC 1,652 ms
43,460 KB
testcase_10 AC 1,431 ms
38,588 KB
testcase_11 AC 1,514 ms
40,104 KB
testcase_12 AC 1,380 ms
38,748 KB
testcase_13 AC 1,466 ms
41,008 KB
testcase_14 AC 1,547 ms
42,068 KB
testcase_15 AC 1,374 ms
39,900 KB
testcase_16 AC 1,581 ms
41,688 KB
testcase_17 AC 1,592 ms
41,660 KB
testcase_18 AC 1,580 ms
41,632 KB
testcase_19 AC 1,603 ms
43,320 KB
testcase_20 AC 1,609 ms
43,484 KB
testcase_21 AC 1,657 ms
43,428 KB
testcase_22 AC 1,443 ms
38,576 KB
testcase_23 AC 1,520 ms
40,028 KB
testcase_24 AC 89 ms
12,160 KB
testcase_25 AC 122 ms
12,928 KB
testcase_26 AC 99 ms
12,288 KB
testcase_27 AC 96 ms
12,160 KB
testcase_28 AC 335 ms
18,304 KB
testcase_29 AC 217 ms
15,104 KB
testcase_30 AC 125 ms
13,184 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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