結果

問題 No.436 ccw
ユーザー angel_p_57angel_p_57
提出日時 2016-10-28 23:51:03
言語 Perl
(5.38.0)
結果
AC  
実行時間 854 ms / 2,000 ms
コード長 37 bytes
コンパイル時間 440 ms
コンパイル使用メモリ 7,036 KB
実行使用メモリ 4,948 KB
最終ジャッジ日時 2023-08-15 21:50:27
合計ジャッジ時間 4,352 ms
ジャッジサーバーID
(参考情報)
judge15 / judge12
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
4,680 KB
testcase_01 AC 2 ms
4,760 KB
testcase_02 AC 2 ms
4,592 KB
testcase_03 AC 2 ms
4,592 KB
testcase_04 AC 2 ms
4,684 KB
testcase_05 AC 2 ms
4,672 KB
testcase_06 AC 2 ms
4,724 KB
testcase_07 AC 2 ms
4,608 KB
testcase_08 AC 2 ms
4,724 KB
testcase_09 AC 2 ms
4,676 KB
testcase_10 AC 2 ms
4,520 KB
testcase_11 AC 3 ms
4,732 KB
testcase_12 AC 2 ms
4,612 KB
testcase_13 AC 2 ms
4,704 KB
testcase_14 AC 2 ms
4,656 KB
testcase_15 AC 2 ms
4,540 KB
testcase_16 AC 7 ms
4,728 KB
testcase_17 AC 2 ms
4,608 KB
testcase_18 AC 3 ms
4,740 KB
testcase_19 AC 6 ms
4,856 KB
testcase_20 AC 3 ms
4,528 KB
testcase_21 AC 57 ms
4,892 KB
testcase_22 AC 420 ms
4,828 KB
testcase_23 AC 854 ms
4,948 KB
testcase_24 AC 806 ms
4,868 KB
testcase_25 AC 759 ms
4,752 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

$_=<>;$i++while s/c(c.*)w/$1/;print$i
0