結果

問題 No.67 よくある棒を切る問題 (1)
ユーザー %20%20
提出日時 2017-09-29 05:19:32
言語 Perl
(5.40.0)
結果
AC  
実行時間 2,815 ms / 5,000 ms
コード長 110 bytes
コンパイル時間 404 ms
コンパイル使用メモリ 5,888 KB
実行使用メモリ 58,624 KB
最終ジャッジ日時 2024-11-08 12:19:51
合計ジャッジ時間 58,090 ms
ジャッジサーバーID
(参考情報)
judge1 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2,195 ms
53,888 KB
testcase_01 AC 8 ms
6,144 KB
testcase_02 AC 898 ms
24,192 KB
testcase_03 AC 1,750 ms
40,832 KB
testcase_04 AC 2,406 ms
58,624 KB
testcase_05 AC 2,333 ms
58,624 KB
testcase_06 AC 2,351 ms
58,624 KB
testcase_07 AC 2,423 ms
54,272 KB
testcase_08 AC 2,439 ms
54,400 KB
testcase_09 AC 2,547 ms
54,272 KB
testcase_10 AC 2,148 ms
53,236 KB
testcase_11 AC 2,288 ms
56,192 KB
testcase_12 AC 2,044 ms
51,244 KB
testcase_13 AC 2,398 ms
50,560 KB
testcase_14 AC 2,815 ms
52,096 KB
testcase_15 AC 2,082 ms
47,104 KB
testcase_16 AC 2,383 ms
58,368 KB
testcase_17 AC 2,384 ms
58,496 KB
testcase_18 AC 2,407 ms
58,496 KB
testcase_19 AC 2,527 ms
54,272 KB
testcase_20 AC 2,504 ms
54,400 KB
testcase_21 AC 2,549 ms
54,272 KB
testcase_22 AC 2,196 ms
53,120 KB
testcase_23 AC 2,311 ms
56,064 KB
testcase_24 AC 7 ms
6,144 KB
testcase_25 AC 54 ms
7,040 KB
testcase_26 AC 25 ms
6,400 KB
testcase_27 AC 20 ms
6,528 KB
testcase_28 AC 395 ms
13,608 KB
testcase_29 AC 199 ms
9,856 KB
testcase_30 AC 57 ms
7,040 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Unquoted string "l" may clash with future reserved word at Main.pl line 7.
Unquoted string "r" may clash with future reserved word at Main.pl line 7.
Name "main::l" used only once: possible typo at Main.pl line 4.
Main.pl syntax OK

ソースコード

diff #

<>;@L=glob<>;$K=<>;
$r=1e9;
for(1..100){
	$m=($l+$r)/2;
	$k=0;
	$k+=$_/$m|0for@L;
	${$k>=$K?l:r}=$m
}
print$m
0