結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1,580 ms
42,520 KB
testcase_01 AC 93 ms
12,288 KB
testcase_02 AC 656 ms
26,240 KB
testcase_03 AC 1,161 ms
35,208 KB
testcase_04 AC 1,563 ms
40,656 KB
testcase_05 AC 1,562 ms
40,648 KB
testcase_06 AC 1,569 ms
40,768 KB
testcase_07 AC 1,549 ms
41,640 KB
testcase_08 AC 1,563 ms
41,676 KB
testcase_09 AC 1,565 ms
41,640 KB
testcase_10 AC 1,415 ms
38,116 KB
testcase_11 AC 1,488 ms
39,548 KB
testcase_12 AC 1,345 ms
38,104 KB
testcase_13 AC 1,424 ms
40,000 KB
testcase_14 AC 1,502 ms
40,932 KB
testcase_15 AC 1,342 ms
38,992 KB
testcase_16 AC 1,556 ms
40,624 KB
testcase_17 AC 1,560 ms
40,664 KB
testcase_18 AC 1,569 ms
40,652 KB
testcase_19 AC 1,560 ms
41,632 KB
testcase_20 AC 1,574 ms
41,604 KB
testcase_21 AC 1,570 ms
41,632 KB
testcase_22 AC 1,444 ms
37,968 KB
testcase_23 AC 1,494 ms
39,560 KB
testcase_24 AC 94 ms
12,288 KB
testcase_25 AC 123 ms
12,928 KB
testcase_26 AC 106 ms
12,288 KB
testcase_27 AC 101 ms
12,160 KB
testcase_28 AC 332 ms
18,304 KB
testcase_29 AC 221 ms
15,104 KB
testcase_30 AC 126 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