結果

問題 No.312 置換処理
ユーザー tailstails
提出日時 2015-12-05 00:05:44
言語 Perl
(5.38.2)
結果
WA  
実行時間 -
コード長 41 bytes
コンパイル時間 334 ms
コンパイル使用メモリ 5,156 KB
実行使用メモリ 4,756 KB
最終ジャッジ日時 2023-10-12 14:48:26
合計ジャッジ時間 2,095 ms
ジャッジサーバーID
(参考情報)
judge11 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 4 ms
4,476 KB
testcase_01 AC 5 ms
4,680 KB
testcase_02 AC 5 ms
4,536 KB
testcase_03 AC 5 ms
4,716 KB
testcase_04 AC 5 ms
4,588 KB
testcase_05 AC 5 ms
4,744 KB
testcase_06 AC 5 ms
4,652 KB
testcase_07 AC 5 ms
4,488 KB
testcase_08 AC 4 ms
4,648 KB
testcase_09 AC 4 ms
4,720 KB
testcase_10 AC 4 ms
4,568 KB
testcase_11 AC 4 ms
4,536 KB
testcase_12 AC 5 ms
4,688 KB
testcase_13 WA -
testcase_14 WA -
testcase_15 WA -
testcase_16 WA -
testcase_17 WA -
testcase_18 WA -
testcase_19 WA -
testcase_20 WA -
testcase_21 WA -
testcase_22 AC 4 ms
4,536 KB
testcase_23 WA -
testcase_24 AC 4 ms
4,672 KB
testcase_25 AC 5 ms
4,480 KB
testcase_26 AC 5 ms
4,620 KB
testcase_27 WA -
testcase_28 AC 5 ms
4,488 KB
testcase_29 AC 5 ms
4,756 KB
testcase_30 AC 5 ms
4,580 KB
testcase_31 WA -
testcase_32 AC 4 ms
4,728 KB
testcase_33 AC 5 ms
4,536 KB
testcase_34 AC 5 ms
4,696 KB
testcase_35 AC 4 ms
4,724 KB
testcase_36 AC 4 ms
4,572 KB
testcase_37 AC 5 ms
4,456 KB
testcase_38 WA -
testcase_39 AC 4 ms
4,568 KB
testcase_40 AC 4 ms
4,568 KB
testcase_41 AC 5 ms
4,564 KB
testcase_42 AC 4 ms
4,460 KB
testcase_43 AC 5 ms
4,548 KB
testcase_44 WA -
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

$_=<>;`factor $_`=~/: (2 )*(\d+)/;print$2
0