結果

問題 No.1994 Confusing Name
ユーザー tailstails
提出日時 2022-07-01 21:30:20
言語 Perl
(5.38.2)
結果
AC  
実行時間 1,009 ms / 2,000 ms
コード長 105 bytes
コンパイル時間 105 ms
コンパイル使用メモリ 6,816 KB
実行使用メモリ 71,936 KB
最終ジャッジ日時 2024-05-04 15:39:55
合計ジャッジ時間 12,424 ms
ジャッジサーバーID
(参考情報)
judge4 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
5,376 KB
testcase_01 AC 3 ms
5,376 KB
testcase_02 AC 3 ms
5,376 KB
testcase_03 AC 2 ms
5,376 KB
testcase_04 AC 3 ms
5,376 KB
testcase_05 AC 7 ms
5,760 KB
testcase_06 AC 15 ms
6,400 KB
testcase_07 AC 5 ms
5,632 KB
testcase_08 AC 11 ms
6,016 KB
testcase_09 AC 15 ms
6,656 KB
testcase_10 AC 8 ms
6,016 KB
testcase_11 AC 7 ms
5,760 KB
testcase_12 AC 675 ms
51,968 KB
testcase_13 AC 1,009 ms
68,608 KB
testcase_14 AC 834 ms
70,656 KB
testcase_15 AC 687 ms
61,056 KB
testcase_16 AC 597 ms
55,296 KB
testcase_17 AC 678 ms
60,288 KB
testcase_18 AC 871 ms
71,552 KB
testcase_19 AC 889 ms
71,936 KB
testcase_20 AC 884 ms
71,936 KB
testcase_21 AC 152 ms
18,432 KB
testcase_22 AC 75 ms
11,776 KB
testcase_23 AC 750 ms
60,928 KB
testcase_24 AC 728 ms
58,880 KB
testcase_25 AC 444 ms
39,040 KB
testcase_26 AC 220 ms
22,528 KB
testcase_27 AC 674 ms
55,424 KB
testcase_28 AC 497 ms
45,568 KB
testcase_29 AC 61 ms
11,008 KB
testcase_30 AC 556 ms
48,512 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Useless use of non-destructive substitution (s///r) in void context at Main.pl line 4.
Useless use of non-destructive substitution (s///r) in void context at Main.pl line 8.
Main.pl syntax OK

ソースコード

diff #

<>;
@s=<>;
for(@s){
	s/./++$h{$`.A.$'}/ger;
}
for(@s){
	$n=0;
	s/./$n+=$h{$`.A.$'}-1/ger;
	print$n,$/;
}
0