結果

問題 No.2753 鳩の巣原理
ユーザー tailstails
提出日時 2024-05-10 22:13:11
言語 Perl
(5.38.2)
結果
AC  
実行時間 31 ms / 2,000 ms
コード長 85 bytes
コンパイル時間 62 ms
コンパイル使用メモリ 6,940 KB
実行使用メモリ 28,488 KB
平均クエリ数 11.00
最終ジャッジ日時 2024-05-10 22:13:13
合計ジャッジ時間 2,679 ms
ジャッジサーバーID
(参考情報)
judge1 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 31 ms
27,592 KB
testcase_01 AC 28 ms
27,336 KB
testcase_02 AC 28 ms
28,488 KB
testcase_03 AC 26 ms
27,592 KB
testcase_04 AC 26 ms
28,232 KB
testcase_05 AC 27 ms
27,464 KB
testcase_06 AC 26 ms
27,976 KB
testcase_07 AC 26 ms
27,592 KB
testcase_08 AC 26 ms
27,976 KB
testcase_09 AC 26 ms
27,568 KB
testcase_10 AC 26 ms
27,824 KB
testcase_11 AC 27 ms
27,824 KB
testcase_12 AC 26 ms
27,568 KB
testcase_13 AC 27 ms
27,824 KB
testcase_14 AC 26 ms
27,824 KB
testcase_15 AC 27 ms
27,440 KB
testcase_16 AC 26 ms
27,440 KB
testcase_17 AC 29 ms
27,824 KB
testcase_18 AC 26 ms
27,312 KB
testcase_19 AC 26 ms
27,952 KB
testcase_20 AC 27 ms
27,936 KB
testcase_21 AC 25 ms
27,824 KB
testcase_22 AC 26 ms
27,568 KB
testcase_23 AC 26 ms
28,208 KB
testcase_24 AC 26 ms
28,208 KB
testcase_25 AC 27 ms
27,696 KB
testcase_26 AC 26 ms
27,824 KB
testcase_27 AC 27 ms
27,440 KB
testcase_28 AC 26 ms
27,952 KB
testcase_29 AC 27 ms
27,696 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

for(($b=<>,$a=++$|)x5){print"? ",$m=$a+$b>>1,$/;<><$m?$b:$a=$m}fork||print"Yes $a $b"
0