結果

問題 No.346 チワワ数え上げ問題
ユーザー angel_p_57angel_p_57
提出日時 2016-02-26 23:24:04
言語 Perl
(5.38.2)
結果
TLE  
実行時間 -
コード長 76 bytes
コンパイル時間 297 ms
コンパイル使用メモリ 5,388 KB
実行使用メモリ 14,632 KB
最終ジャッジ日時 2023-10-24 07:13:34
合計ジャッジ時間 11,055 ms
ジャッジサーバーID
(参考情報)
judge12 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 3 ms
9,912 KB
testcase_01 AC 3 ms
5,484 KB
testcase_02 AC 3 ms
5,484 KB
testcase_03 AC 3 ms
5,484 KB
testcase_04 AC 3 ms
5,492 KB
testcase_05 AC 3 ms
5,416 KB
testcase_06 AC 3 ms
5,488 KB
testcase_07 AC 3 ms
5,488 KB
testcase_08 AC 3 ms
5,484 KB
testcase_09 AC 3 ms
5,496 KB
testcase_10 AC 1,094 ms
6,092 KB
testcase_11 AC 387 ms
5,824 KB
testcase_12 AC 661 ms
5,924 KB
testcase_13 AC 291 ms
5,760 KB
testcase_14 AC 5 ms
5,508 KB
testcase_15 AC 591 ms
5,904 KB
testcase_16 AC 777 ms
5,984 KB
testcase_17 AC 1,091 ms
6,092 KB
testcase_18 AC 1,070 ms
6,092 KB
testcase_19 AC 826 ms
5,992 KB
testcase_20 AC 3 ms
5,588 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