結果

問題 No.1031 いたずら好きなお姉ちゃん
ユーザー tailstails
提出日時 2020-12-15 19:48:52
言語 Perl
(5.38.2)
結果
AC  
実行時間 687 ms / 3,500 ms
コード長 223 bytes
コンパイル時間 117 ms
コンパイル使用メモリ 5,760 KB
実行使用メモリ 32,280 KB
最終ジャッジ日時 2024-09-20 02:04:08
合計ジャッジ時間 23,251 ms
ジャッジサーバーID
(参考情報)
judge4 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 7 ms
5,760 KB
testcase_01 AC 7 ms
5,760 KB
testcase_02 AC 7 ms
5,760 KB
testcase_03 AC 27 ms
6,944 KB
testcase_04 AC 23 ms
6,912 KB
testcase_05 AC 23 ms
6,784 KB
testcase_06 AC 23 ms
6,784 KB
testcase_07 AC 23 ms
6,784 KB
testcase_08 AC 23 ms
6,784 KB
testcase_09 AC 24 ms
6,784 KB
testcase_10 AC 23 ms
6,784 KB
testcase_11 AC 439 ms
27,520 KB
testcase_12 AC 368 ms
27,392 KB
testcase_13 AC 469 ms
32,128 KB
testcase_14 AC 386 ms
28,288 KB
testcase_15 AC 429 ms
30,720 KB
testcase_16 AC 369 ms
27,264 KB
testcase_17 AC 435 ms
30,720 KB
testcase_18 AC 415 ms
29,952 KB
testcase_19 AC 435 ms
30,976 KB
testcase_20 AC 461 ms
32,256 KB
testcase_21 AC 416 ms
29,824 KB
testcase_22 AC 364 ms
27,136 KB
testcase_23 AC 385 ms
27,904 KB
testcase_24 AC 433 ms
31,104 KB
testcase_25 AC 452 ms
32,000 KB
testcase_26 AC 425 ms
30,336 KB
testcase_27 AC 386 ms
28,288 KB
testcase_28 AC 468 ms
32,256 KB
testcase_29 AC 458 ms
32,128 KB
testcase_30 AC 453 ms
32,256 KB
testcase_31 AC 459 ms
32,256 KB
testcase_32 AC 469 ms
32,128 KB
testcase_33 AC 452 ms
32,256 KB
testcase_34 AC 261 ms
32,128 KB
testcase_35 AC 686 ms
32,256 KB
testcase_36 AC 595 ms
32,256 KB
testcase_37 AC 687 ms
32,256 KB
testcase_38 AC 628 ms
31,872 KB
testcase_39 AC 603 ms
31,360 KB
testcase_40 AC 589 ms
31,744 KB
testcase_41 AC 627 ms
31,872 KB
testcase_42 AC 596 ms
31,744 KB
testcase_43 AC 595 ms
32,000 KB
testcase_44 AC 569 ms
31,744 KB
testcase_45 AC 565 ms
31,104 KB
testcase_46 AC 629 ms
31,744 KB
testcase_47 AC 606 ms
31,532 KB
testcase_48 AC 492 ms
32,128 KB
testcase_49 AC 663 ms
32,280 KB
testcase_50 AC 608 ms
31,872 KB
testcase_51 AC 489 ms
32,128 KB
testcase_52 AC 476 ms
32,256 KB
testcase_53 AC 479 ms
32,256 KB
testcase_54 AC 7 ms
5,760 KB
testcase_55 AC 7 ms
5,760 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Possible precedence problem on bitwise | operator at Main.pl line 4.
Possible precedence problem on bitwise ^ operator at Main.pl line 7.
Unquoted string "a" may clash with future reserved word at Main.pl line 11.
Unquoted string "b" may clash with future reserved word at Main.pl line 11.
Main.pl syntax OK

ソースコード

diff #

<>;
@a=glob<>;
map{
	$x=$a[$i++]<$_|0;
	$y=$x^1;
	$%+=push@$x,$i-1;
	pop@$y while@$y&&$a[$$y[-1]]<$_^$y;
	if(@$y){
		$j=$$y[-1];
		$a=-1;$b=@$x;
		${$$x[$c]<$j?a:b}=$c=$a+$b>>1while$a+1<$b;
		$%-=$b;
	}
}@a[1..$#a];
print$%
0