結果

問題 No.2815 Smaller than all
ユーザー tailstails
提出日時 2024-07-21 01:50:21
言語 Perl
(5.38.2)
結果
AC  
実行時間 653 ms / 2,000 ms
コード長 81 bytes
コンパイル時間 828 ms
コンパイル使用メモリ 6,016 KB
実行使用メモリ 47,360 KB
最終ジャッジ日時 2024-07-21 01:50:42
合計ジャッジ時間 16,757 ms
ジャッジサーバーID
(参考情報)
judge1 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 7 ms
6,016 KB
testcase_01 AC 7 ms
6,016 KB
testcase_02 AC 51 ms
9,472 KB
testcase_03 AC 46 ms
8,960 KB
testcase_04 AC 336 ms
32,512 KB
testcase_05 AC 7 ms
5,888 KB
testcase_06 AC 7 ms
6,016 KB
testcase_07 AC 7 ms
6,016 KB
testcase_08 AC 363 ms
47,360 KB
testcase_09 AC 337 ms
47,360 KB
testcase_10 AC 330 ms
47,360 KB
testcase_11 AC 344 ms
47,360 KB
testcase_12 AC 548 ms
46,976 KB
testcase_13 AC 396 ms
45,312 KB
testcase_14 AC 543 ms
46,848 KB
testcase_15 AC 540 ms
47,360 KB
testcase_16 AC 504 ms
46,336 KB
testcase_17 AC 458 ms
46,848 KB
testcase_18 AC 472 ms
46,464 KB
testcase_19 AC 508 ms
43,392 KB
testcase_20 AC 441 ms
46,336 KB
testcase_21 AC 579 ms
47,232 KB
testcase_22 AC 585 ms
46,080 KB
testcase_23 AC 407 ms
45,568 KB
testcase_24 AC 518 ms
44,800 KB
testcase_25 AC 602 ms
47,232 KB
testcase_26 AC 483 ms
46,464 KB
testcase_27 AC 535 ms
45,696 KB
testcase_28 AC 558 ms
46,592 KB
testcase_29 AC 486 ms
45,056 KB
testcase_30 AC 651 ms
46,848 KB
testcase_31 AC 653 ms
46,592 KB
testcase_32 AC 7 ms
6,016 KB
testcase_33 AC 395 ms
42,624 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

<>;
$a=2e9;
for(glob<>){
	last if$a<$_;
	$b=0 if$a>$_;
	$a=$_;
	++$b;
}
print$b;
0