結果

問題 No.346 チワワ数え上げ問題
ユーザー angel_p_57angel_p_57
提出日時 2016-02-26 23:24:04
言語 Perl
(5.38.2)
結果
TLE  
実行時間 -
コード長 76 bytes
コンパイル時間 211 ms
コンパイル使用メモリ 6,812 KB
実行使用メモリ 17,316 KB
最終ジャッジ日時 2024-09-22 23:59:02
合計ジャッジ時間 10,759 ms
ジャッジサーバーID
(参考情報)
judge1 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 3 ms
13,888 KB
testcase_01 AC 3 ms
6,940 KB
testcase_02 AC 3 ms
6,940 KB
testcase_03 AC 3 ms
6,944 KB
testcase_04 AC 3 ms
6,940 KB
testcase_05 AC 3 ms
6,940 KB
testcase_06 AC 3 ms
6,944 KB
testcase_07 AC 3 ms
6,944 KB
testcase_08 AC 3 ms
6,944 KB
testcase_09 AC 3 ms
6,944 KB
testcase_10 AC 1,090 ms
6,940 KB
testcase_11 AC 388 ms
6,940 KB
testcase_12 AC 657 ms
6,944 KB
testcase_13 AC 290 ms
6,940 KB
testcase_14 AC 5 ms
6,944 KB
testcase_15 AC 589 ms
6,940 KB
testcase_16 AC 772 ms
6,944 KB
testcase_17 AC 1,092 ms
6,940 KB
testcase_18 AC 1,059 ms
6,944 KB
testcase_19 AC 824 ms
6,940 KB
testcase_20 AC 3 ms
6,944 KB
testcase_21 TLE -
testcase_22 -- -
testcase_23 -- -
testcase_24 -- -
testcase_25 -- -
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

$_=<>;$s+=($w=map/w/g,$_)*~-$w/2*($+[1]-$-[1])while s/.*?(c+)//;print$s+0,$/
0