結果

問題 No.67 よくある棒を切る問題 (1)
ユーザー letrangerjpletrangerjp
提出日時 2017-06-18 13:22:19
言語 Ruby
(3.3.0)
結果
WA  
実行時間 -
コード長 87 bytes
コンパイル時間 190 ms
コンパイル使用メモリ 7,424 KB
実行使用メモリ 88,680 KB
最終ジャッジ日時 2024-10-01 19:52:08
合計ジャッジ時間 51,699 ms
ジャッジサーバーID
(参考情報)
judge4 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2,391 ms
84,068 KB
testcase_01 WA -
testcase_02 AC 880 ms
52,988 KB
testcase_03 AC 1,579 ms
53,356 KB
testcase_04 AC 2,143 ms
84,408 KB
testcase_05 AC 2,137 ms
84,240 KB
testcase_06 AC 2,111 ms
84,408 KB
testcase_07 AC 2,119 ms
85,928 KB
testcase_08 AC 2,106 ms
85,832 KB
testcase_09 AC 2,099 ms
85,792 KB
testcase_10 AC 1,917 ms
87,460 KB
testcase_11 AC 2,018 ms
87,804 KB
testcase_12 AC 1,851 ms
88,200 KB
testcase_13 AC 1,927 ms
85,808 KB
testcase_14 AC 2,027 ms
88,680 KB
testcase_15 AC 1,776 ms
87,008 KB
testcase_16 AC 2,095 ms
84,376 KB
testcase_17 AC 2,126 ms
84,360 KB
testcase_18 AC 2,100 ms
84,372 KB
testcase_19 AC 2,113 ms
85,904 KB
testcase_20 AC 2,099 ms
85,804 KB
testcase_21 AC 2,091 ms
85,684 KB
testcase_22 AC 1,912 ms
86,516 KB
testcase_23 AC 1,996 ms
87,708 KB
testcase_24 RE -
testcase_25 AC 132 ms
14,208 KB
testcase_26 AC 101 ms
12,928 KB
testcase_27 AC 99 ms
12,416 KB
testcase_28 AC 418 ms
30,820 KB
testcase_29 AC 252 ms
21,432 KB
testcase_30 AC 132 ms
14,464 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

eval"N,*L,K="+`dd`.split*?,
p 1e9-(0..1e9).bsearch{|i|L.map{|l|(l./1e9-i).to_i}.sum>=K}
0