結果

問題 No.346 チワワ数え上げ問題
ユーザー angel_p_57angel_p_57
提出日時 2016-02-26 23:19:07
言語 Perl
(5.38.2)
結果
TLE  
実行時間 -
コード長 59 bytes
コンパイル時間 671 ms
コンパイル使用メモリ 5,408 KB
実行使用メモリ 14,668 KB
最終ジャッジ日時 2023-10-24 06:41:03
合計ジャッジ時間 12,320 ms
ジャッジサーバーID
(参考情報)
judge14 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 3 ms
5,592 KB
testcase_01 AC 3 ms
5,572 KB
testcase_02 AC 4 ms
5,572 KB
testcase_03 AC 4 ms
5,572 KB
testcase_04 AC 4 ms
5,584 KB
testcase_05 AC 3 ms
5,508 KB
testcase_06 AC 4 ms
5,584 KB
testcase_07 AC 3 ms
5,576 KB
testcase_08 AC 3 ms
5,580 KB
testcase_09 AC 3 ms
5,588 KB
testcase_10 AC 1,132 ms
6,184 KB
testcase_11 AC 402 ms
5,916 KB
testcase_12 AC 686 ms
6,016 KB
testcase_13 AC 301 ms
5,852 KB
testcase_14 AC 5 ms
5,600 KB
testcase_15 AC 615 ms
5,996 KB
testcase_16 AC 810 ms
6,076 KB
testcase_17 AC 1,139 ms
6,184 KB
testcase_18 AC 1,106 ms
6,184 KB
testcase_19 AC 854 ms
6,088 KB
testcase_20 AC 322 ms
5,796 KB
testcase_21 TLE -
testcase_22 -- -
testcase_23 -- -
testcase_24 -- -
testcase_25 -- -
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

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