結果

問題 No.1830 Balanced Majority
ユーザー tailstails
提出日時 2022-09-15 18:04:57
言語 Perl
(5.38.2)
結果
AC  
実行時間 24 ms / 2,000 ms
コード長 189 bytes
コンパイル時間 130 ms
コンパイル使用メモリ 5,248 KB
実行使用メモリ 25,604 KB
平均クエリ数 7.54
最終ジャッジ日時 2024-05-09 18:57:57
合計ジャッジ時間 2,460 ms
ジャッジサーバーID
(参考情報)
judge1 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 24 ms
25,220 KB
testcase_01 AC 22 ms
24,580 KB
testcase_02 AC 22 ms
24,836 KB
testcase_03 AC 20 ms
24,836 KB
testcase_04 AC 22 ms
25,604 KB
testcase_05 AC 22 ms
25,220 KB
testcase_06 AC 24 ms
24,964 KB
testcase_07 AC 21 ms
24,952 KB
testcase_08 AC 23 ms
25,220 KB
testcase_09 AC 22 ms
24,964 KB
testcase_10 AC 22 ms
24,580 KB
testcase_11 AC 22 ms
25,220 KB
testcase_12 AC 22 ms
24,580 KB
testcase_13 AC 22 ms
25,192 KB
testcase_14 AC 22 ms
24,964 KB
testcase_15 AC 22 ms
25,220 KB
testcase_16 AC 22 ms
24,964 KB
testcase_17 AC 22 ms
24,964 KB
testcase_18 AC 21 ms
24,836 KB
testcase_19 AC 21 ms
24,580 KB
testcase_20 AC 22 ms
25,220 KB
testcase_21 AC 23 ms
24,580 KB
testcase_22 AC 22 ms
25,220 KB
testcase_23 AC 22 ms
25,220 KB
testcase_24 AC 23 ms
25,604 KB
testcase_25 AC 21 ms
24,836 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

sub r{
	print"? @_\n";
	<>*2-$_[0];
}
sub w{
	exit!print"! @_\n";
}
$|=1;
$n=<>;
$a=r(1);
$a^r($n-1)||w(2,$n-1);
$r=$n;
(r($m=$l+$r>>1)*$a||w($m*2<$n?($m+1,$n):(1,$m)))>0?$l:$r=$m while 1;
0