結果

問題 No.1894 Delete AB
ユーザー tailstails
提出日時 2022-04-08 21:26:39
言語 Perl
(5.38.2)
結果
TLE  
実行時間 -
コード長 35 bytes
コンパイル時間 209 ms
コンパイル使用メモリ 5,504 KB
実行使用メモリ 11,264 KB
最終ジャッジ日時 2024-05-06 07:01:58
合計ジャッジ時間 5,526 ms
ジャッジサーバーID
(参考情報)
judge4 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

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

ソースコード

diff #

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