結果

問題 No.1894 Delete AB
ユーザー tailstails
提出日時 2022-04-08 21:27:12
言語 Perl
(5.38.2)
結果
TLE  
実行時間 -
コード長 36 bytes
コンパイル時間 210 ms
コンパイル使用メモリ 6,812 KB
実行使用メモリ 12,828 KB
最終ジャッジ日時 2024-05-06 07:02:40
合計ジャッジ時間 4,054 ms
ジャッジサーバーID
(参考情報)
judge3 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 3 ms
10,880 KB
testcase_01 AC 25 ms
5,760 KB
testcase_02 AC 26 ms
5,888 KB
testcase_03 AC 17 ms
5,504 KB
testcase_04 AC 17 ms
5,376 KB
testcase_05 AC 17 ms
5,376 KB
testcase_06 AC 21 ms
5,632 KB
testcase_07 AC 20 ms
5,632 KB
testcase_08 AC 25 ms
5,632 KB
testcase_09 AC 16 ms
5,376 KB
testcase_10 AC 19 ms
5,504 KB
testcase_11 AC 20 ms
5,632 KB
testcase_12 AC 19 ms
5,504 KB
testcase_13 TLE -
testcase_14 -- -
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

#!perl -p
$_ x=$_<1;0while s/ABB/B/g
0