結果

問題 No.624 Santa Claus and The Last Dungeon
ユーザー tailstails
提出日時 2017-12-24 01:40:37
言語 Perl
(5.38.2)
結果
WA  
実行時間 -
コード長 825 bytes
コンパイル時間 194 ms
コンパイル使用メモリ 6,684 KB
実行使用メモリ 25,592 KB
平均クエリ数 616.69
最終ジャッジ日時 2024-07-16 15:08:15
合計ジャッジ時間 8,164 ms
ジャッジサーバーID
(参考情報)
judge2 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 75 ms
25,208 KB
testcase_01 AC 70 ms
24,568 KB
testcase_02 AC 70 ms
24,568 KB
testcase_03 AC 68 ms
25,208 KB
testcase_04 AC 68 ms
25,208 KB
testcase_05 AC 68 ms
24,824 KB
testcase_06 AC 68 ms
24,824 KB
testcase_07 AC 68 ms
25,464 KB
testcase_08 AC 67 ms
25,208 KB
testcase_09 AC 67 ms
24,568 KB
testcase_10 AC 66 ms
24,824 KB
testcase_11 AC 68 ms
24,812 KB
testcase_12 AC 66 ms
24,824 KB
testcase_13 AC 67 ms
25,208 KB
testcase_14 AC 69 ms
24,568 KB
testcase_15 AC 66 ms
24,824 KB
testcase_16 AC 67 ms
24,940 KB
testcase_17 AC 68 ms
24,832 KB
testcase_18 WA -
testcase_19 WA -
testcase_20 WA -
testcase_21 WA -
testcase_22 WA -
testcase_23 WA -
testcase_24 WA -
testcase_25 WA -
testcase_26 WA -
testcase_27 WA -
testcase_28 WA -
testcase_29 WA -
testcase_30 WA -
testcase_31 WA -
testcase_32 WA -
testcase_33 WA -
testcase_34 WA -
testcase_35 WA -
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

$|=<>;
@0=(0)x100;
@1=(0)x100;
for$p(0,1){
	for$d(1..9){
		$t=("$d?","?$d")[$p];
		$n=10;
		$r=110-$d*10;
		$i=-1;
		while($n>0&&$n<$r){
			$k1=$i;
			while($$p[++$k1]){
			}
			if($r>2){
				$k2=$k1;
				while($$p[++$k2]){
				}
				print join($",('??')x$k1,$t,('??')x($k2-$k1-1),$t,('??')x(99-$k2)),$/;
				$b=(glob<>)[1];
				if($b==1){
					print join($",('??')x$k1,$t,('??')x(99-$k1)),$/;
					if((glob<>)[1]==1){
						$$p[$k1]=$d;
					}else{
						$$p[$k2]=$d;
					}
				}
				if($b==2){
					$$p[$k1]=$$p[$k2]=$d;
				}
				$r-=2;
				$i=$k2;
			}else{
				print join($",('??')x$k1,$t,('??')x(99-$k1)),$/;
				$b=(glob<>)[1];
				if($b==1){
					$$p[$k1]=$d;
				}
				$r-=1;
				$i=$k1;
			}
			$n-=$b;
		}
		while($n--){
			while($$p[++$i]){
			}
			$$p[$i]=$d;
		}
	}
}
print join($",map$0[$_].$1[$_],0..99),$/;
0