結果

問題 No.164 ちっちゃくないよ!!
ユーザー %20%20
提出日時 2017-09-05 06:41:06
言語 Perl
(5.38.2)
結果
AC  
実行時間 40 ms / 2,000 ms
コード長 149 bytes
コンパイル時間 220 ms
コンパイル使用メモリ 8,396 KB
実行使用メモリ 8,324 KB
最終ジャッジ日時 2023-08-06 18:42:15
合計ジャッジ時間 1,125 ms
ジャッジサーバーID
(参考情報)
judge15 / judge11
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 22 ms
8,228 KB
testcase_01 AC 20 ms
8,240 KB
testcase_02 AC 20 ms
8,188 KB
testcase_03 AC 20 ms
8,324 KB
testcase_04 AC 20 ms
8,208 KB
testcase_05 AC 40 ms
8,304 KB
testcase_06 AC 39 ms
8,124 KB
testcase_07 AC 29 ms
8,204 KB
testcase_08 AC 33 ms
8,272 KB
testcase_09 AC 32 ms
8,064 KB
testcase_10 AC 21 ms
8,072 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Possible precedence problem on bitwise | operator at Main.pl line 10.
Main.pl syntax OK

ソースコード

diff #

sub f{"@_"=~/\pL/?-55+ord$&:pop}
<>;
for(<>){
	($b)=sort{1}sort/./g;
	$b=1+f$b;
	$x=0;
	for(/./g){
		($x*=f$b)+=f$_
	}
	!$y|$x<$y and$y=$x
}
print$y
0