結果

問題 No.282 おもりと天秤(2)
ユーザー tailstails
提出日時 2016-12-21 18:22:23
言語 Perl
(5.38.2)
結果
AC  
実行時間 2,165 ms / 5,000 ms
コード長 194 bytes
コンパイル時間 85 ms
コンパイル使用メモリ 6,812 KB
実行使用メモリ 31,304 KB
平均クエリ数 450.62
最終ジャッジ日時 2024-07-17 00:41:00
合計ジャッジ時間 18,371 ms
ジャッジサーバーID
(参考情報)
judge1 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 22 ms
25,220 KB
testcase_01 AC 36 ms
24,836 KB
testcase_02 AC 30 ms
24,836 KB
testcase_03 AC 26 ms
24,836 KB
testcase_04 AC 29 ms
24,964 KB
testcase_05 AC 32 ms
25,220 KB
testcase_06 AC 37 ms
25,220 KB
testcase_07 AC 24 ms
25,604 KB
testcase_08 AC 38 ms
24,836 KB
testcase_09 AC 23 ms
24,964 KB
testcase_10 AC 411 ms
24,964 KB
testcase_11 AC 1,638 ms
29,904 KB
testcase_12 AC 446 ms
24,964 KB
testcase_13 AC 957 ms
26,072 KB
testcase_14 AC 1,129 ms
28,376 KB
testcase_15 AC 2,165 ms
30,296 KB
testcase_16 AC 113 ms
24,824 KB
testcase_17 AC 791 ms
25,816 KB
testcase_18 AC 1,299 ms
28,120 KB
testcase_19 AC 961 ms
28,120 KB
testcase_20 AC 2,095 ms
31,304 KB
testcase_21 AC 2,105 ms
30,920 KB
testcase_22 AC 1,773 ms
30,280 KB
testcase_23 AC 23 ms
25,196 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Possible unintended interpolation of @q in string at Main.pl line 3.
Main.pl syntax OK

ソースコード

diff #

@a=++$|..<>;
do{
	print"? @q"," 0"x2x(@a-@q),$/;
	/ /,${$`}[$']=getc eq'>'||-1,getc for@q;
	<>;
	@u=@q=();
	@a=sort{$$a[$b]|$u[$a]|$u[$b]||($u[$a]=$u[$b]=push@q,"$a $b")}@a
}while@q;
print"! @a"
0