結果

問題 No.67 よくある棒を切る問題 (1)
ユーザー %20%20
提出日時 2017-09-29 05:23:01
言語 Perl
(5.38.2)
結果
WA  
実行時間 -
コード長 109 bytes
コンパイル時間 1,410 ms
コンパイル使用メモリ 5,888 KB
実行使用メモリ 58,624 KB
最終ジャッジ日時 2024-11-15 18:55:10
合計ジャッジ時間 36,190 ms
ジャッジサーバーID
(参考情報)
judge2 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1,223 ms
53,888 KB
testcase_01 WA -
testcase_02 AC 544 ms
24,292 KB
testcase_03 AC 1,039 ms
40,712 KB
testcase_04 AC 1,408 ms
58,496 KB
testcase_05 AC 1,438 ms
58,496 KB
testcase_06 AC 1,391 ms
58,624 KB
testcase_07 AC 1,488 ms
54,272 KB
testcase_08 AC 1,484 ms
54,400 KB
testcase_09 AC 1,508 ms
54,272 KB
testcase_10 AC 1,288 ms
53,236 KB
testcase_11 AC 1,412 ms
56,064 KB
testcase_12 AC 1,259 ms
51,248 KB
testcase_13 AC 1,430 ms
50,432 KB
testcase_14 AC 1,473 ms
52,096 KB
testcase_15 AC 1,317 ms
47,092 KB
testcase_16 AC 1,442 ms
58,368 KB
testcase_17 AC 1,477 ms
58,496 KB
testcase_18 AC 1,448 ms
58,496 KB
testcase_19 AC 1,564 ms
54,272 KB
testcase_20 AC 1,628 ms
54,272 KB
testcase_21 AC 1,617 ms
54,272 KB
testcase_22 AC 1,332 ms
53,228 KB
testcase_23 AC 1,435 ms
56,064 KB
testcase_24 WA -
testcase_25 AC 38 ms
6,912 KB
testcase_26 WA -
testcase_27 WA -
testcase_28 AC 257 ms
13,612 KB
testcase_29 AC 133 ms
9,856 KB
testcase_30 WA -
権限があれば一括ダウンロードができます
コンパイルメッセージ
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..50){
	$m=($l+$r)/2;
	$k=0;
	$k+=$_/$m|0for@L;
	${$k>=$K?l:r}=$m
}
print$m
0