結果

問題 No.67 よくある棒を切る問題 (1)
ユーザー %20%20
提出日時 2017-09-29 06:03:05
言語 Ruby
(3.3.0)
結果
WA  
(最新)
AC  
(最初)
実行時間 -
コード長 77 bytes
コンパイル時間 316 ms
コンパイル使用メモリ 7,552 KB
実行使用メモリ 125,136 KB
最終ジャッジ日時 2024-11-08 12:28:09
合計ジャッジ時間 55,091 ms
ジャッジサーバーID
(参考情報)
judge2 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 AC 89 ms
12,032 KB
testcase_02 AC 947 ms
58,360 KB
testcase_03 AC 1,697 ms
94,764 KB
testcase_04 AC 2,246 ms
124,996 KB
testcase_05 AC 2,243 ms
125,136 KB
testcase_06 AC 2,247 ms
125,120 KB
testcase_07 AC 2,314 ms
119,356 KB
testcase_08 AC 2,326 ms
119,296 KB
testcase_09 AC 2,311 ms
119,264 KB
testcase_10 AC 2,037 ms
118,700 KB
testcase_11 AC 2,139 ms
118,228 KB
testcase_12 AC 1,959 ms
99,168 KB
testcase_13 AC 2,119 ms
106,884 KB
testcase_14 AC 2,175 ms
120,444 KB
testcase_15 AC 1,975 ms
113,180 KB
testcase_16 AC 2,238 ms
124,996 KB
testcase_17 AC 2,251 ms
125,116 KB
testcase_18 AC 2,246 ms
124,984 KB
testcase_19 AC 2,310 ms
119,268 KB
testcase_20 AC 2,317 ms
119,392 KB
testcase_21 AC 2,319 ms
119,424 KB
testcase_22 AC 2,064 ms
117,280 KB
testcase_23 AC 2,123 ms
118,900 KB
testcase_24 AC 88 ms
12,288 KB
testcase_25 AC 131 ms
14,208 KB
testcase_26 AC 107 ms
13,056 KB
testcase_27 AC 101 ms
12,544 KB
testcase_28 AC 437 ms
30,380 KB
testcase_29 AC 264 ms
23,408 KB
testcase_30 AC 134 ms
14,208 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

eval'N,*L,K='+$<.read.split*?,
p (0..1e9).bsearch{|i|L.map{|l|l.div i}.sum<K}
0