結果

問題 No.2419 MMA文字列2
ユーザー tailstails
提出日時 2023-08-13 01:12:35
言語 Perl
(5.38.2)
結果
AC  
実行時間 217 ms / 2,000 ms
コード長 82 bytes
コンパイル時間 120 ms
コンパイル使用メモリ 7,072 KB
実行使用メモリ 23,808 KB
最終ジャッジ日時 2024-11-20 17:22:07
合計ジャッジ時間 4,045 ms
ジャッジサーバーID
(参考情報)
judge3 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 3 ms
5,248 KB
testcase_01 AC 3 ms
5,248 KB
testcase_02 AC 3 ms
5,248 KB
testcase_03 AC 3 ms
5,248 KB
testcase_04 AC 3 ms
5,248 KB
testcase_05 AC 3 ms
5,376 KB
testcase_06 AC 3 ms
5,248 KB
testcase_07 AC 3 ms
5,376 KB
testcase_08 AC 3 ms
5,376 KB
testcase_09 AC 3 ms
5,376 KB
testcase_10 AC 3 ms
5,376 KB
testcase_11 AC 3 ms
5,248 KB
testcase_12 AC 51 ms
9,344 KB
testcase_13 AC 10 ms
5,888 KB
testcase_14 AC 94 ms
12,928 KB
testcase_15 AC 60 ms
10,112 KB
testcase_16 AC 99 ms
13,440 KB
testcase_17 AC 30 ms
7,808 KB
testcase_18 AC 107 ms
13,696 KB
testcase_19 AC 106 ms
14,080 KB
testcase_20 AC 35 ms
8,192 KB
testcase_21 AC 26 ms
7,296 KB
testcase_22 AC 210 ms
23,552 KB
testcase_23 AC 217 ms
23,680 KB
testcase_24 AC 211 ms
23,680 KB
testcase_25 AC 217 ms
23,680 KB
testcase_26 AC 29 ms
7,680 KB
testcase_27 AC 217 ms
23,808 KB
testcase_28 AC 216 ms
23,552 KB
testcase_29 AC 211 ms
23,552 KB
testcase_30 AC 217 ms
23,552 KB
testcase_31 AC 215 ms
23,552 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Useless use of non-destructive substitution (s///r) in void context at Main.pl line 1.
Main.pl syntax OK

ソースコード

diff #

<>=~s/./
	$z+=$y-$b{$&};
	$y+=$a{$&};
	$b{$&}+=$a{$&};
	$a{$&}+=1;
/ger;
print$z;
0