結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1,859 ms
54,016 KB
testcase_01 AC 8 ms
6,272 KB
testcase_02 AC 888 ms
24,416 KB
testcase_03 AC 1,695 ms
40,960 KB
testcase_04 AC 2,266 ms
58,536 KB
testcase_05 AC 2,220 ms
58,524 KB
testcase_06 AC 2,220 ms
58,404 KB
testcase_07 AC 2,347 ms
54,272 KB
testcase_08 AC 2,400 ms
54,212 KB
testcase_09 AC 2,829 ms
54,348 KB
testcase_10 AC 2,054 ms
53,232 KB
testcase_11 AC 2,054 ms
56,064 KB
testcase_12 AC 1,844 ms
51,500 KB
testcase_13 AC 2,002 ms
50,432 KB
testcase_14 AC 2,114 ms
51,968 KB
testcase_15 AC 1,878 ms
47,096 KB
testcase_16 AC 2,081 ms
58,388 KB
testcase_17 AC 2,084 ms
58,524 KB
testcase_18 AC 2,087 ms
58,528 KB
testcase_19 AC 2,147 ms
54,348 KB
testcase_20 AC 2,178 ms
54,352 KB
testcase_21 AC 2,193 ms
54,272 KB
testcase_22 AC 1,879 ms
53,228 KB
testcase_23 AC 2,008 ms
56,064 KB
testcase_24 AC 8 ms
6,400 KB
testcase_25 AC 51 ms
7,168 KB
testcase_26 AC 24 ms
6,656 KB
testcase_27 AC 19 ms
6,528 KB
testcase_28 AC 368 ms
13,736 KB
testcase_29 AC 186 ms
10,240 KB
testcase_30 AC 54 ms
7,296 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

<>;@L=glob<>;$K=<>;
for(-30..30){
	$t=2**-$_;
	$k=0;
	$k+=$_/($x+$t)|0for@L;
	$k>=$K and $x+=$t;
}
print$x
0